# Developer Tools

- [Locksmith Admin API](https://www.locksmith.guide/developer-tools/locksmith-admin-api.md)
- [Locksmith Storefront API](https://www.locksmith.guide/developer-tools/locksmith-storefront-api.md)
- [Locksmith variables](https://www.locksmith.guide/developer-tools/locksmith-variables.md)
- [Unsupported functionality](https://www.locksmith.guide/developer-tools/unsupported-functionality.md): Here's a list of interesting ways to interact with Locksmith. None of these are officially supported. We can't troubleshoot your custom code. :)
- [Requests from Locksmith](https://www.locksmith.guide/developer-tools/requests-from-locksmith.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://www.locksmith.guide/developer-tools.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.
