> ## Documentation Index
> Fetch the complete documentation index at: https://docs.textql.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Understanding Ana's built-in tools and capabilities

<Frame>
  <img src="https://mintcdn.com/textql/wnLSBqpI2oAn0dxe/images/how-it-works/ana/modes/Tools%20Main.png?fit=max&auto=format&n=wnLSBqpI2oAn0dxe&q=85&s=06888b7402c6098b96ab327482768cf3" alt="Ana tools" width="1784" height="548" data-path="images/how-it-works/ana/modes/Tools Main.png" />
</Frame>

Ana comes with a set of built-in tools you can enable or disable per chat. Open the **Tools** menu in the chat toolbar to toggle them on or off.

<CardGroup cols={2}>
  <Card title="Web Search" icon="globe" href="/core/how-it-works/tools/web-search">
    Search the web for current information, market trends, and external context to enrich your analysis.
  </Card>

  <Card title="Email" icon="envelope">
    Send analysis results and reports via email directly from Ana in chat.
  </Card>

  <Card title="Forms" icon="table-list" href="/core/how-it-works/tools/ana-forms">
    Collect structured input from users with configurable form fields inside a chat.
  </Card>

  <Card title="SQL" icon="code" href="/core/how-it-works/tools/text-to-sql">
    Convert natural language questions into SQL queries and fetch data from your connected warehouses.
  </Card>

  <Card title="TQL Query" icon="brackets-curly" href="/core/how-it-works/tools/tql-query">
    Query your semantic layer using TQL to get consistent, business-logic-aware results.
  </Card>
</CardGroup>

<Note>
  Only enable the tools you need for a given chat. You cannot change tool settings mid-conversation — start a new chat to use a different set.
</Note>
