# Agent Builder

- [【アップデート版】Agent Builder機能について](https://docs.allganize.ai/alli-llm-app-market/agent-builder/about-agent-builder.md)
- [【構築例】Alliの回答生成(RAG)機能とLLMアプリを組み合わせたエージェントを実装する](https://docs.allganize.ai/alli-llm-app-market/agent-builder/agent-builder-constraction1.md)
- [【構築例】自然言語でPPTXファイルを生成するエージェントを実装する](https://docs.allganize.ai/alli-llm-app-market/agent-builder/agent-builder-constraction2.md)
- [MCP serverツール設定](https://docs.allganize.ai/alli-llm-app-market/agent-builder/agent-builder-constraction.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.allganize.ai/alli-llm-app-market/agent-builder.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.
