# Guides

- [Use Reflag in your CLI](https://docs.reflag.com/guides/use-reflag-in-your-cli.md): High-level guide to flagging features in your CLI
- [Beta feature opt-in](https://docs.reflag.com/guides/self-opt-in.md): How to create a beta feature self opt-in page in React with Reflag
- [Toggle toolbar with a flag](https://docs.reflag.com/guides/toggle-toolbar-with-a-flag.md): Learn how you can control who gets the toolbar in production by toggling a feature flag on/off


---

# 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.reflag.com/guides.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.
