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

# How to Navigate this Knowledge Base

:confetti\_ball: Welcome to Eventscase's knowledge base!&#x20;

This library contains full software documentation and other helpful resources to help you maximise Eventscase and answer product-related questions on your own.

If you want to search for specific contents based on keywords, use the :mag:Search bar on the top right-hand corner of the page.

Navigate your way around the knowledge base by using the table of contents on the left side or by clicking on the links below.

If you are a new user to Eventscase:

{% content-ref url="/pages/-MY9r91pkDkwFaxC4gD3" %}
[Getting Started with Eventscase](/getting-started-with-eventscase.md)
{% endcontent-ref %}

If you want to find out how to use EVENTSCASE for virtual/hybrid events:

{% content-ref url="/pages/-MYA0wEFN02I7Xc\_O7nQ" %}
[HOW TO RUN VIRTUAL/HYBRID EVENTS](/how-to-run-virtual-events/digital-venue-beta.md)
{% endcontent-ref %}

If you want to know your different options for attendee networking:

{% content-ref url="/pages/bSxoCV6qFSLZ0kTfrX86" %}
[NETWORKING](/networking/new-meetings-system.md)
{% endcontent-ref %}

If you want to read full software documentation:

{% content-ref url="/pages/-MYt0DGRTAqrIJmm89E1" %}
[USER MANUAL](/event-control-panel/platform-navegator.md)
{% endcontent-ref %}

If you want to watch video tutorials:

{% content-ref url="/pages/-MfYbckugzH2KIwDHD8v" %}
[VIDEO TUTORIALS](/video-tutorials/registration.md)
{% endcontent-ref %}

If you want to follow basic user journeys as the event organiser or as the attendee:

{% content-ref url="/pages/-M\_V2Cm6Wohy2s8KB4fz" %}
[USER JOURNEYS](/user-journeys/event-organisers.md)
{% endcontent-ref %}

If you want to look at the most frequently asked questions:

{% content-ref url="/pages/-MT\_BMKBpsaDSTJ2tBB7" %}
[FAQS](/faqs/general-faqs.md)
{% endcontent-ref %}

If you want to check out case studies and other helpful articles related to your use of EVENTSCASE:

{% content-ref url="/pages/-MYA11KRQGG4v8i0xKMG" %}
[Miscellaneous](/miscellaneous/case-studies.md)
{% endcontent-ref %}

:sos: If you need to get in touch with our support team, please use the Help Center instead. Instructions are found in the article below:

{% content-ref url="/pages/-MYLHqLtVWcrCF\_SrXEq" %}
[How to Use the Help Center](/how-to-use-the-help-center.md)
{% endcontent-ref %}

This knowledge base is continually updated by EVENTSCASE's documentation team. If you find an article helpful (or not), feel free to submit your rating by clicking on a corresponding face:

![](/files/-MYGE9SyFPryD_nDamh1)

If you wish to provide additional comments, you may send an email to <docs@eventscase.com>.

:star: Here's the team behind this knowledge base:

| Head of Documentation | Content Writers      | Translators      |
| --------------------- | -------------------- | ---------------- |
| Sam Garcia            | Marina Bonet         | Marina Garcia    |
|                       | Jonathan Dodd        | Cristina Ofrecio |
|                       | Aleksandra Grzesista |                  |
|                       | Laura Guitart        |                  |


---

# 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.eventscase.com/master.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.
