# Getting Started

- [Onboarding](https://docs.betaramps.com/documentation-beta-ramps/getting-started/onboarding.md): This page outlines the onboarding steps to start using Beta Ramps infrastructure.
- [Set up your account](https://docs.betaramps.com/documentation-beta-ramps/getting-started/set-up-your-account.md): Our customers are required to fill out the forms on the settings page and choose some default options for currencies and settlements before processing transactions.
- [Processing limits](https://docs.betaramps.com/documentation-beta-ramps/getting-started/processing-limits.md): Beta is required by law to perform due diligence on its customers. Here are the operational limit thresholds and the necessary information to operate on those limits.
- [API Integration](https://docs.betaramps.com/documentation-beta-ramps/getting-started/api-integration.md): General guidelines on Beta's APIs.


---

# 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.betaramps.com/documentation-beta-ramps/getting-started.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.
