> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/textual/textual-install-administer/configuring-textual/general-instance-and-processing-settings.md).

# General instance and processing settings

The following configuration settings are for the general instance setup and processing.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Set the number of textual-ml workers</strong></td><td>Used to enable parallel processing in Textual.</td><td></td><td><a href="/pages/YmOsMSjtxhfhUpKeyYb3">/pages/YmOsMSjtxhfhUpKeyYb3</a></td></tr><tr><td><strong>Configure processing and parallelism</strong></td><td>Configure how Textual jobs are processed.</td><td></td><td><a href="/pages/1yNkp16QESeOp7AuBz6K">/pages/1yNkp16QESeOp7AuBz6K</a></td></tr><tr><td><strong>Configure log format</strong></td><td>Set the format to use for Textual logs.</td><td></td><td><a href="/pages/O7TRZVKckut1vXMeHVXk">/pages/O7TRZVKckut1vXMeHVXk</a></td></tr><tr><td><strong>Set a custom certificate</strong></td><td>Provide a custom certificate to use for https traffic.</td><td></td><td><a href="/pages/Muq65yBMJe2DCBDf9XnF">/pages/Muq65yBMJe2DCBDf9XnF</a></td></tr><tr><td><strong>Configure custom AWS endpoints</strong></td><td>Set custom endpoint URLs for calls to AWS services.</td><td></td><td><a href="/pages/LZQeNnLly0XCfkfU4JUu">/pages/LZQeNnLly0XCfkfU4JUu</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tonic.ai/textual/textual-install-administer/configuring-textual/general-instance-and-processing-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
