# What can you ask the Textual Agent to do?

You can ask the Textual Agent to provide information about the content of the dataset files and to update the entity handling configuration.

The following are just a few examples:

<table><thead><tr><th valign="top">Task</th><th valign="top">Example</th></tr></thead><tbody><tr><td valign="top">Ask questions about the number and type of files</td><td valign="top"><p><code>How many files are in the dataset?</code><br></p><p><code>How many PDFs are in the dataset?</code></p><p><br><code>What is the largest file in the dataset?</code></p><p><br><code>Are there any images in the dataset?</code></p></td></tr><tr><td valign="top">Ask questions about the detected entity types in the file</td><td valign="top"><p><code>How many files contain name entities?</code></p><p><br><code>Which file contains the largest count of different entity types?</code></p><p><br><code>Are there any occupation entities?</code></p><p><br><code>How many credit card numbers are in the files?</code></p></td></tr><tr><td valign="top">Ask questions about specific values</td><td valign="top"><p><code>Is the value John present in any of the files, and is it detected as a given name?</code></p><p><br><code>Do any of the files contain values that start with ABC?</code></p></td></tr><tr><td valign="top">Ask questions about the current configuration</td><td valign="top"><code>Are any of the entity types ignored or synthesized?</code></td></tr><tr><td valign="top">Set the entity type handling for the dataset</td><td valign="top"><p><code>Ignore all location-based entity types.</code><br></p><p><code>Synthesize name values.</code></p></td></tr><tr><td valign="top">Configure details for synthesized values</td><td valign="top"><p><code>Synthesize names and maintain the same capitalization.</code></p><p><br><code>Always replace the first name John with Michael.</code></p><p><br><code>Replace all addresses with HIPAA compliant values.</code></p></td></tr><tr><td valign="top">Configure handling for specific document types</td><td valign="top"><p><code>Ignore images in docx files.</code><br></p><p><code>Block out tables in docx files.</code></p></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.tonic.ai/textual/textual-agent/textual-agent-actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
