# Start

To implement advertising through Gravite’s **Advanced Advertising Technology Kit (AATKit)**, follow these general steps:

* **Create your account**
  * Sign up for a [Gravite](https://gravite.net) account and contact our [support team](mailto:support@gravite.net) for setup assistance.
* **Set up your project**
  * [Prepare the project environment and integrate AATKit](/ios-integration/start/setup.md).
  * [Initialize AATKit.](/ios-integration/start/initialization.md)
* **Configure placements**
  * [Create one or more ad placements](/ios-integration/formats.md) (e.g., banner, interstitial, rewarded).
* **Load ads**
  * [Load and present ads](/ios-integration/formats/introduction.md).
  * Implement [delegates/callbacks](/ios-integration/formats/introduction.md#communication-with-placements) as needed.
* **Explore resources**
  * Check out [sample](/ios-integration/samples.md) integrations.
  * Review [release notes](https://aatkit.gitbook.io/release-notes) and other platform integration guides.
* **Finalize**
  * Complete the [integration checklist](/ios-integration/start/integration-checklist.md).
  * Go live 🚀.


---

# 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://aatkit.gitbook.io/ios-integration/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.
