> 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/enable-and-configure-textual-features.md).

# Enable and configure Textual features

The following configuration settings are used to enable and configure Textual features.

## Text and file storage and processing

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Enable PDF and image processing</strong></td><td><a href="/textual/textual-install-administer/configuring-textual/enable-and-configure-textual-features/textual-config-pdf-image.md">Enabling PDF and image processing</a></td></tr><tr><td><strong>Enable dataset text search</strong></td><td><a href="/textual/textual-install-administer/configuring-textual/enable-and-configure-textual-features/config-textsearch.md">Enabling dataset text search</a></td></tr><tr><td><strong>Enable uploads</strong></td><td><a href="/textual/textual-install-administer/configuring-textual/enable-and-configure-textual-features/textual-config-pipeline-upload.md">Setting the S3 bucket for file uploads and redactions</a></td></tr><tr><td><strong>Required IAM role permissions for Amazon S3</strong><br><br>Required permissions for specific uses of Amazon S3 in Textual.</td><td><a href="/textual/textual-install-administer/configuring-textual/enable-and-configure-textual-features/pipelines-example-iam-roles.md">Required IAM role permissions for Amazon S3</a></td></tr></tbody></table>

## LLM providers and models

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Select a default LLM provider and model</strong></td><td><a href="/textual/textual-install-administer/configuring-textual/enable-and-configure-textual-features/configuring-the-default-llm-provider-and-model.md">Configuring the default LLM provider and model</a></td></tr><tr><td><strong>Connect to LLM providers</strong><br><br>Configure and verify connections to the available LLM providers.</td><td><a href="/textual/textual-install-administer/configuring-textual/enable-and-configure-textual-features/configuring-connections-to-llm-providers.md">Configuring connections to LLM providers</a></td></tr><tr><td><strong>Enable model-based custom entity types</strong></td><td><a href="/textual/textual-install-administer/configuring-textual/enable-and-configure-textual-features/textual-config-model-based-custom-entity-type.md">Enabling model-based custom entity types</a></td></tr><tr><td><strong>Enable the Textual Agent</strong></td><td><a href="/textual/textual-install-administer/configuring-textual/enable-and-configure-textual-features/enabling-the-textual-agent.md">Enabling the Textual Agent</a></td></tr><tr><td><strong>Configure the Request Auditor</strong></td><td><a href="/textual/textual-install-administer/configuring-textual/enable-and-configure-textual-features/request-auditor-config.md">Configuring the Request Auditor</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/enable-and-configure-textual-features.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.
