# Beam API Docs

## For New Developers

If you are getting started with your integration with Beam, check out the [Getting Started](https://docs.beamlabs.io/getting-started/requesting-an-account) section on.

## Learn More About Beam

Got your credentials and ready to start building? Be sure to read about [best practices](https://docs.beamlabs.io/the-basics/best-practices) and the many [different capabilities of the Beam API](https://docs.beamlabs.io/api-endpoints/features).


---

# 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.beamlabs.io/master.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.
