# AI Builder

The AI Builder allows users to create and customize AI agents with tailored skills, memory, and workflows.

By following below steps, users can convert simple chatbot models into advanced agents capable of performing a wide range of tasks.

There are 7 simple steps to create an AI agent:

1. [Character](/skillful-ai-public-docs/skillfulai_docs_v1.0/product-suite/ai-builder/1.-creating-a-character.md)[ Design ](/skillful-ai-public-docs/skillfulai_docs_v1.0/product-suite/ai-builder/1.-creating-a-character.md)
2. [Choose Language Model](/skillful-ai-public-docs/skillfulai_docs_v1.0/product-suite/ai-builder/2.-language-model.md)
3. [Choose Strategy](/skillful-ai-public-docs/skillfulai_docs_v1.0/product-suite/ai-builder/3.-strategy.md)
4. [Choose Skills](/skillful-ai-public-docs/skillfulai_docs_v1.0/product-suite/ai-builder/4.-skills.md)
5. [Memory](/skillful-ai-public-docs/skillfulai_docs_v1.0/product-suite/ai-builder/5.-memory.md) (upload files for customization)
6. [Integrations ](/skillful-ai-public-docs/skillfulai_docs_v1.0/product-suite/ai-builder/6.-integrations.md)
7. [Provide Agent Info](/skillful-ai-public-docs/skillfulai_docs_v1.0/product-suite/ai-builder/5.-agent-info.md)

Below is the Full AI Agent Creation Process Video 👇

{% file src="/files/t7Pvh9s3lsdAWTCTQI0o" %}
Skillful AI Agent Creation Process
{% endfile %}


---

# 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://skillful-ai.gitbook.io/skillful-ai-public-docs/skillfulai_docs_v1.0/product-suite/ai-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.
