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