# Build Multi-Agent Systems

- [Anatomy of a Multi-Agent System](https://docs.amesa.com/build-multi-agent-systems/anatomy-of-an-agent.md)
- [Create a Use Case](https://docs.amesa.com/build-multi-agent-systems/create-a-project.md)
- [Set Goals, Constraints, and Success Criteria](https://docs.amesa.com/build-multi-agent-systems/set-a-performance-goal.md)
- [Create Skill Agents](https://docs.amesa.com/build-multi-agent-systems/define-skills.md)
- [Create Skill Agents](https://docs.amesa.com/build-multi-agent-systems/define-skills/train-with-goals-using-the-ui.md)
- [Create Skill Agents with Rewards Using the SDK](https://docs.amesa.com/build-multi-agent-systems/define-skills/train-with-goals-or-rewards-using-the-sdk.md)
- [Configure Programmed Algorithms as Skill Agents](https://docs.amesa.com/build-multi-agent-systems/define-skills/configure-programmed-algorithms-as-skills.md)
- [Configure API Connections to Third-Party Software as Skill Agents](https://docs.amesa.com/build-multi-agent-systems/define-skills/configure-api-connections-to-third-party-software-as-skills.md)
- [Orchestrate Skill Agents](https://docs.amesa.com/build-multi-agent-systems/orchestrate-skills.md)
- [Configure Scenarios](https://docs.amesa.com/build-multi-agent-systems/configure-scenarios.md)
- [Add a Perception Layer](https://docs.amesa.com/build-multi-agent-systems/add-a-perception-layer.md)
- [Create a New Perceptor](https://docs.amesa.com/build-multi-agent-systems/add-a-perception-layer/create-a-new-perceptor.md)
- [Configure an ML Model as a Perceptor](https://docs.amesa.com/build-multi-agent-systems/add-a-perception-layer/configure-an-ml-model-as-a-perceptor.md)
- [Configure an LLM Model as a Perceptor](https://docs.amesa.com/build-multi-agent-systems/add-a-perception-layer/configure-an-llm-model-as-a-perceptor.md)
- [Import Skill Agents to the UI](https://docs.amesa.com/build-multi-agent-systems/import-agent-components-to-the-ui.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.amesa.com/build-multi-agent-systems.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.
