# Overview

Amondo provides a set of developer tools that make it easy to embed, customise and extend activations. Whether you are adding an Imprint to a website, styling it to match your brand or integrating with your own systems, the developer guides will show you how.

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><i class="fa-rectangle-terminal">:rectangle-terminal:</i></td><td><strong>Web SDK</strong></td><td>Embed an Amondo Imprint into any website or app, configure analytics, handle events and control how content is displayed.</td></tr><tr><td><i class="fa-brackets-curly">:brackets-curly:</i></td><td><strong>CSS Variables</strong></td><td>Customise the look and feel of Imprints by adjusting colours, typography and layout to match your brand guidelines.</td></tr><tr><td><i class="fa-gear-complex">:gear-complex:</i></td><td><strong>API Reference</strong></td><td>Access Amondo’s GraphQL API to work with Imprints, Collections and Tiles, build custom integrations and automate workflows.</td></tr></tbody></table>


---

# 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.amondo.com/developer-guides/overview.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.
