# Textual integration summary

Tonic Textual offers the following integrations with other tools. These integrations allow you to call Textual detection and redaction functions:

<table><thead><tr><th valign="top">Integration</th><th valign="top">Description</th><th valign="top">Repository</th></tr></thead><tbody><tr><td valign="top"><a href="/pages/z2lWKbnkbxmvZcnDtDrD">Textual A2A agent</a></td><td valign="top">Use the A2A protocol to detect and redact sensitive values.</td><td valign="top"></td></tr><tr><td valign="top"><a href="/pages/FlcebAQkxDZH77KZNC2k">Microsoft Fabric</a></td><td valign="top">Detect and replace sensitive values in OneLake files, then write the redacted files to an OneLake output location.</td><td valign="top"></td></tr><tr><td valign="top"><a href="/pages/v8Ktvk0OdRk1aAY8l0s9">Snowflake Native APP and SPCS</a></td><td valign="top">Use the Textual models and algorithms to redact or parse text data directly within your Snowflake workflows.</td><td valign="top"></td></tr><tr><td valign="top"><a href="/pages/ytjeZ1UXdwTZ97HvGKZM">Textual LangChain</a></td><td valign="top">Incorporate Textual entity detection and redaction tools into LangChain chains or agents.</td><td valign="top"><a href="https://github.com/TonicAI/langchain-textual">langchain-textual</a></td></tr><tr><td valign="top"><a href="/pages/yyIogxpnJPrzYs2M8pKa">Textual MCP Server</a></td><td valign="top">Connect AI assistants to Textual for entity detection and redaction.</td><td valign="top"><a href="https://github.com/TonicAI/textual-mcp">textual-mcp</a></td></tr><tr><td valign="top"><a href="/pages/t24YGLtyEWkGqD7m5ObZ">Textual Haystack</a></td><td valign="top">Identify and replace entities from  </td><td valign="top"><a href="https://github.com/TonicAI/textual-haystack">textual-haystack</a></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-integrations/textual-integration-summary.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.
