# Getting Started

- [1. Creating User Accounts](https://docs.payengine.co/developer-docs/getting-started-1/getting-started.md)
- [2. User Account Types & Permissions](https://docs.payengine.co/developer-docs/getting-started-1/2.-user-account-types-and-permissions.md)
- [3. Generate Access Tokens](https://docs.payengine.co/developer-docs/getting-started-1/generate-access-tokens.md)
- [4. Choose Integration Options](https://docs.payengine.co/developer-docs/getting-started-1/choose-integration-options.md)
- [5. Securing Embedded UIs](https://docs.payengine.co/developer-docs/getting-started-1/securing-embedded-uis-merchant-session.md)
- [5a. Securing Embedded UIs Using HMAC (deprecated)](https://docs.payengine.co/developer-docs/getting-started-1/securing-embedded-uis-merchant-session/securing-embeddable-uis.md)
- [6. Loading the frontend library](https://docs.payengine.co/developer-docs/getting-started-1/frontend-frameworks.md)
- [6a. Preloading PayEngine Web-Component in SPA](https://docs.payengine.co/developer-docs/getting-started-1/frontend-frameworks/preloading-web-components.md)
- [7. Custom styling the Web-Components](https://docs.payengine.co/developer-docs/getting-started-1/styling-web-component.md)
- [8. Handling Callbacks from Web-Components](https://docs.payengine.co/developer-docs/getting-started-1/8.-handling-callbacks-from-web-components.md): Events are our way of letting you know when something interesting happens in web-components.
- [9. Available Web-Components](https://docs.payengine.co/developer-docs/getting-started-1/9.-available-web-components.md)
- [10. Available Webhooks](https://docs.payengine.co/developer-docs/getting-started-1/10.-available-webhooks.md)


---

# 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.payengine.co/developer-docs/getting-started-1.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.
