# Pyflex

- [Getting Started](https://docs.reflexer.finance/pyflex/getting-started.md)
- [Configuration](https://docs.reflexer.finance/pyflex/getting-started/configuration.md)
- [GEB Basics](https://docs.reflexer.finance/pyflex/getting-started/basics.md): Examples of querying the GEB contracts
- [SAFE Management](https://docs.reflexer.finance/pyflex/safe-management.md)
- [Opening a SAFE](https://docs.reflexer.finance/pyflex/safe-management/opening-a-safe.md): Steps to open a SAFE and withdraw system coins
- [Closing a SAFE](https://docs.reflexer.finance/pyflex/safe-management/closing-a-safe.md): Steps to close a SAFE and withdraw collateral.
- [Numerics](https://docs.reflexer.finance/pyflex/numerics.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://docs.reflexer.finance/pyflex.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.
