# Event Documentation

Eventication is dedicated to providing comprehensive and user-friendly documentation pages for our users. These pages serve as a valuable resource, providing **detailed information**, **instructions**, and **troubleshooting guides** to help users navigate and make the most of our platform. Whether you are a new user looking for guidance or an experienced user seeking answers to specific questions, our documentation pages are designed to be informative, accessible, and easy to understand.

We strive to continuously update and improve our documentation to ensure that users have the information they need to successfully utilize Eventication's features and functionalities.

If you have any questions, suggestions or remarks, please do not hesitate to [contact us](https://www.eventication.com/contact_us).

### Dark Mode

Before getting into the documentation we would like to let you know our platform supports dark mode, making your event planning sessions easier on the eyes, especially after dark. With the flip of a switch in the menu next to your user avatar, you can now enjoy a sleek, battery-friendly interface that's designed to reduce glare and help you focus on organizing spectacular events, no matter the hour.

To activate dark mode **click the tiny arrows next to your avatar** on the left of the top of every page

<img src="https://55689121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMH0qx2kDusOMcs9TvihF%2Fuploads%2Fgit-blob-61445ceace963ebd4379dad4112f7194d9a9ec30%2FScreenshot%202024-04-24%20at%2017.33.38.jpg?alt=media" alt="" data-size="line">

This opens up a menu. The **"Theme"** tab allows you to select dark or light mode.

{% hint style="info" %}
There are 3 options to choose from

* Auto -> Let your computer/phone decide. If the phone switches, the website will follow.
* Light
* Dark
  {% endhint %}


---

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