# DOCUMENTATIONS

- [Embed Yeerlo](https://doc.yeerlo.com/documentations/embed-yeerlo.md): Start using Yeerlo in your Javascript apps
- [Live Demo](https://doc.yeerlo.com/documentations/embed-yeerlo/live-demo.md): View the live demo of Yeerlo Client Library below, on codepen
- [Installation & Initialization](https://doc.yeerlo.com/documentations/embed-yeerlo/installation-and-initialization.md)
- [Yeerlo Partnership Program](https://doc.yeerlo.com/documentations/embed-yeerlo/yeerlo-partnership-program.md): Create and embed eventful experiences with Yeerlo!
- [Custom Kickstarter](https://doc.yeerlo.com/documentations/custom-made-kickstarter.md): Get your own event platform, tailored specifically for you, all for free!
- [Yeerlo API](https://doc.yeerlo.com/documentations/yeerlo-api.md): Start interacting with our GraphQL API
- [Getting Started](https://doc.yeerlo.com/documentations/yeerlo-api/getting-started.md): The Yeerlo API exposes our powerful event capabilities through a GraphQL based API
- [Calling Methods](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods.md)
- [Onboarding (Auth)](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/onboarding-auth.md)
- [Onboard Users](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/onboarding-auth/onboard-users.md)
- [Sign In Users](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/onboarding-auth/sign-in-users.md)
- [User](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/user.md)
- [File Manager](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/file-manager.md)
- [Event Categories](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/event-categories.md)
- [Events](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/events.md)
- [Tickets](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/tickets.md)
- [Ticket Discount Codes](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/ticket-discount-codes.md)
- [Event Speakers](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/event-speakers.md)
- [Event Sponsors](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/event-sponsors.md)
- [Event Reviews](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/event-reviews.md)
- [Event Bookmarks](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/event-bookmarks.md)
- [Orders](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/orders.md)
- [Surveys](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/surveys.md)
- [Survey Submissions (Submitted Answers)](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/survey-submissions-submitted-answers.md)
- [Activity Logs](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/activity-logs.md)
- [Transactions History](https://doc.yeerlo.com/documentations/yeerlo-api/calling-methods/transactions-history.md)
- [Client SDKs](https://doc.yeerlo.com/documentations/yeerlo-api/client-sdks.md): Build faster with our wide range of client SDKs


---

# 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://doc.yeerlo.com/documentations.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.
