# FOR DEVELOPERS

- [Getting Started](https://docs.unifai.network/for-developers/getting-started.md): This guide will help you set up your environment and get started with UnifAI's SDKs.
- [Using Dynamic Tools in Your Agents](https://docs.unifai.network/for-developers/editor.md): UnifAI tools enable your agents to find and use tools dynamically. Below are code examples for initializing and using the tools. You will need an Agent API Key to use the tools, which you can get for
- [Understanding Tool Types](https://docs.unifai.network/for-developers/understanding-tool-types.md): UnifAI offers different ways to access and use tools in your agents. You can choose between dynamic discovery, static toolkits, or specific static actions based on your application's needs.
- [Using Dynamic Tools in MCP Clients](https://docs.unifai.network/for-developers/markdown.md): UnifAI SDK provides an MCP (Model Context Protocol) server that can be used with MCP-compatible clients like Claude Desktop.
- [Creating Toolkits](https://docs.unifai.network/for-developers/creating-toolkits.md): Toolkits allow you to make tools available to all UnifAI agents as a service. This section shows you how to create, configure, and run your toolkits using both the JavaScript/TypeScript and Python SDK
- [Agent Documentation](https://docs.unifai.network/for-developers/agent-documentation.md)
- [FAQ - Developers](https://docs.unifai.network/for-developers/faq-developers.md)


---

# 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.unifai.network/for-developers.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.
