> For the complete documentation index, see [llms.txt](https://docs.aquilax.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aquilax.ai/user-manual/press-and-logo.md).

# Press and Logo

Different logo variations for AquilaX, designed and copyrighted by AquilaX LTD, are available for use. Must be used to attribute and link back to the AquilaX website when using these logos in relation to our services or content: <https://aquilax.ai>\\

### Color Palette

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><p><code>Dark Midnight Blue (Main)</code></p><p><code>HEX #003460</code></p><p><code>RGB 0, 52, 96</code></p><p><code>CMYK 100, 84, 36, 27</code></p></td><td></td><td></td></tr><tr><td><p><code>Ocean Boat Blue (Secondary)</code></p><p><code>HEX #0076c2</code></p><p><code>RGB 0, 118, 194</code></p><p><code>CMYK 86, 49, 0, 0</code></p></td><td></td><td></td></tr></tbody></table>

***

### Logo

<figure><img src="/files/XjbJLwn4K8mfSqmkJ9Hb" alt="" width="96"><figcaption><p>Logo Mini (ICON)</p></figcaption></figure>

<figure><img src="/files/saz2RvZHVT1XpybCfQuf" alt="" width="188"><figcaption><p>Full Logo Vertical</p></figcaption></figure>

<figure><img src="/files/GXhffZwm2UNOGV66ZAfb" alt="" width="375"><figcaption><p>Full Logo horizontal</p></figcaption></figure>

<figure><img src="/files/4OPl0qJZNL1ZtXkaLqMN" alt="" width="375"><figcaption><p>AquilaX AI</p></figcaption></figure>

<figure><img src="/files/l4U5VN4N2mLU38WPSdgB" alt="" width="179"><figcaption><p>Symbol Only</p></figcaption></figure>

<figure><img src="/files/5epEw0LCbR5OTinb0sJG" alt="" width="375"><figcaption><p>Text Only</p></figcaption></figure>


---

# 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://docs.aquilax.ai/user-manual/press-and-logo.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.
