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

# Get started

\
Follow these steps to start using Scalemate and automate your ad campaigns.

### 1. Register an Account

Go to [app.scalemate.co](https://app.scalemate.co) and sign up for an account.

### 2. Create an API Key

Once registered, navigate to the API section in the dashboard and generate your API key. This key will allow you to authenticate your requests to the Scalemate API.\
\
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error. You can generate and manage API keys in [your Scalemate account](https://app.scalemate.co/profile).

### 3. Connect Your Platforms

In the dashboard, connect the platforms you plan to use, such as:

* **Facebook**
* **TikTok**
* **Google Drive**

These integrations will let you upload creative assets and launch campaigns through the API.

### 4. Create Campaign Templates

Define the campaign setups you use most often by creating templates for Facebook or TikTok. These templates will be used to simplify and speed up campaign launches.

### 5. Finalize Setup

Ensure your API key is saved and your integrations are working. You’re now ready to use Scalemate to launch campaigns programmatically.


---

# 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, and the optional `goal` query parameter:

```
GET https://scalemate.gitbook.io/scalemate-api/get-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
