# AIOS Agent

- [How to Use Agent](https://docs.aios.foundation/aios-docs/aios-agent/how-to-use-agent.md)
- [How to Develop Agents](https://docs.aios.foundation/aios-docs/aios-agent/how-to-develop-agents.md)
- [Develop with Native SDK](https://docs.aios.foundation/aios-docs/aios-agent/how-to-develop-agents/develop-with-native-sdk.md)
- [Develop with AutoGen](https://docs.aios.foundation/aios-docs/aios-agent/how-to-develop-agents/develop-with-autogen.md)
- [Develop with Open-Interpreter](https://docs.aios.foundation/aios-docs/aios-agent/how-to-develop-agents/develop-with-open-interpreter.md)
- [Develop with MetaGPT](https://docs.aios.foundation/aios-docs/aios-agent/how-to-develop-agents/develop-with-metagpt.md)
- [How to Publish Agents](https://docs.aios.foundation/aios-docs/aios-agent/how-to-publish-agents.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.aios.foundation/aios-docs/aios-agent.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.
