> For the complete documentation index, see [llms.txt](https://docs.superuser.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superuser.app/agents/getting-started-with-agents/installing-tools.md).

# Installing tools

Once an agent has been added to your organization or personal account, you can modify which tools it has available and even add new tools.

**Any agent can install any tool.** If you like an agent that somebody else has built, you can append your own tools to it to extend it. To modify tools for an agent you've installed, select the agent from the **My agents** to view its profile:

<figure><img src="/files/hhn4jMMRLNnUO1FlEW6J" alt=""><figcaption></figcaption></figure>

Click on the **Toolkits** tab to manage tools. Here you can **Uninstall** existing tools or **Install** new tools. Try out any combination you'd like!

<figure><img src="/files/zx8Wnd4pskVS6fs6c51Q" alt=""><figcaption></figcaption></figure>

Note that some tools are **Premium**, meaning they cost credits to run. You'll be notified before you install and asked to approve the installation. **You will not be charged for installing a Premium tool, only using it.**


---

# 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.superuser.app/agents/getting-started-with-agents/installing-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.
