# References

The References section is an information source for all things StrongDM. Here, you can find basic reference information about a variety of topics such as:

* The StrongDM [API](https://docs.strongdm.com/references/api), and links to the SDKs
* The [CLI command help text reference](https://docs.strongdm.com/references/cli)
* The generic [SCIM API](https://docs.strongdm.com/references/scim), which is provided for use when provisioning users from a provider that StrongDM does not have a bespoke integration for
* The [Billing](https://docs.strongdm.com/references/billing-information) page in the Admin UI
* How [versioning](https://docs.strongdm.com/references/version-control) works for StrongDM software


---

# 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.strongdm.com/references/readme.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.
