> For the complete documentation index, see [llms.txt](https://litepaper.dormint.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://litepaper.dormint.io/getting-started/how-to-start.md).

# How to start?

## 1. Signing Up

1. **Visit** Dormint’s official site (<https://agents.dormint.io/>)
2. **Register** with your email or connect a Web3 wallet for added security and direct token management
3. **Complete Onboarding**: You’ll be guided through basic steps like selecting user type, exploring AI Agents, and depositing DOAI if needed

> **Tip**: If you’re unsure, start as a **Consumer/Creator** to explore AI Agents. You can later add “Contributor” capabilities in your account settings

## Creating Your First AI Agent

1. **Open the Editor**: Click “New Workflow”
2. **Add a Trigger Node**: Choose an event trigger (e.g., a Cron schedule, or a user action)
3. **Add Processing Nodes**: Select from AI analysis nodes, data transformation nodes, or external API nodes
4. **Add an Output Node**: Send a response, a notification, or a DOAI reward
5. **Save & Activate**: Name your workflow, then toggle it “Active"

Your workflow is now live, ready to handle events and data flows!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://litepaper.dormint.io/getting-started/how-to-start.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.
