# Getting Started

To begin using Automateo, follow these steps:

1. Sign up for an account on the Automateo website - <https://automateo.app>.
2. Once logged in, navigate to your account settings.
3. Generate an API key for authentication. You'll need this to interact with Automateo programmatically.
4. (Optional) Add your API keys for OpenAI, Together AI, or Fireworks AI if you plan to use your own accounts with these services.

With your account set up, you're ready to start building workflows and leveraging the power of Automateo!

###


---

# 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.automateo.app/getting-started.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.
