> For the complete documentation index, see [llms.txt](https://docs.eventication.com/event/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eventication.com/event/general/branding.md).

# Branding

Upload your event logos here. These will be featured across the platform.

{% hint style="info" %}
These images are also used as the default branding for other places where you can customize the branding.
{% endhint %}

## **Recommended dimensions:**

<table data-header-hidden><thead><tr><th width="408.28125"></th><th width="197.41796875"></th><th></th></tr></thead><tbody><tr><td><strong>Default small logo</strong></td><td>200 x 200</td><td>pixels</td></tr><tr><td><strong>Default medium logo</strong></td><td>500 x 500</td><td>pixels</td></tr><tr><td><strong>Default horizontal logo</strong></td><td>2400 x 640</td><td>pixels</td></tr><tr><td><strong>Default lists logo</strong></td><td>2400 x 1600</td><td>pixels</td></tr></tbody></table>

Try to stay as close as possible to the recommended dimensions as some images will be resized to that fixed ratio. If you upload images with other dimensions, those images might become a bit distorted.


---

# 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.eventication.com/event/general/branding.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.
