> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/ai-feature/tools.md).

# Tools

In Autify Genesis, the AI Assistant and AI Agent blocks combine AI models with tools so they can explore codebases, read files, and work with external services.

## Tool types

Available tools fall into three types.

| Type                                             | Description                                                                                                                                                       |
| ------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Built-in tools that are individually enabled     | Built-in tools that you select from the **Tools** tab in an AI Agent block. In the AI Assistant, these are used automatically.                                    |
| Tools that are auto-attached based on conditions | Tools that are added automatically based on the workspace state or active integrations.                                                                           |
| Custom MCP servers                               | Tools that become available when you register an external MCP (Model Context Protocol) connection for the workspace under **Resources & context > Integrations**. |

## Built-in tools

Common built-in tools include the following.

| Tool                  | Description                                                                                     |
| --------------------- | ----------------------------------------------------------------------------------------------- |
| Explore               | Use bash-style commands to inspect the workspace codebase and uploaded files in read-only mode. |
| View media            | Load and analyze images and PDFs stored in the workspace.                                       |
| Search knowledge base | Run semantic search across registered codebases and specification files.                        |
| File versions         | List all versions of an uploaded file.                                                          |
| Fetch URL             | Retrieve data from a public web URL.                                                            |
| Analyze video         | Inspect an uploaded video and summarize what happens.                                           |

## Tools that are auto-attached

Some tools appear automatically without any manual selection.

* File tools such as **Read file** are always attached automatically.
* **Generate image** is attached only in the AI Assistant, when the Google provider is available for your organization.
* **GitHub tools** are available when GitHub is connected under **Resources & context > Codebase**.
* **Slack tools** are available when Slack is connected for the organization and the workspace has bound channels.
* **Aximo tools** are available when an Aximo connection is configured for the workspace.
* **Spaces tools** are available when Spaces is enabled for your organization. They create and update Spaces and collections, and also search rows by keyword (**Search entries**).

## Custom MCP servers

Register external MCP connections from **Resources & context > Integrations** on the workspace page.

| Location                    | How to use                                                                |
| --------------------------- | ------------------------------------------------------------------------- |
| AI Assistant (chat)         | All MCP connections registered in the workspace are loaded automatically. |
| AI Agent block in workflows | Add the connections you want to use from the block's **MCP servers** tab. |

{% hint style="info" %}
For steps to register and manage workspace-level MCP connections, see [Workspace settings](/settings/workspace-settings/workspace-configuration.md).
{% endhint %}


---

# 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://help.genesis.autify.com/ai-feature/tools.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.
