# FAQ

- [In House Applications](https://docs.ozone.one/ozone-end-user-guide/faq/in-house-applications.md): What is the concept of an In House Application? What does Ozone let me do with an In House Application?
- [COTS Applications](https://docs.ozone.one/ozone-end-user-guide/faq/cots-applications.md): What are COTS applications in Ozone's context? What does ozone provide to manage the lifecycle of COTS applications?
- [Tasks](https://docs.ozone.one/ozone-end-user-guide/faq/tasks.md)
- [Pipelines](https://docs.ozone.one/ozone-end-user-guide/faq/pipelines.md)
- [Releases](https://docs.ozone.one/ozone-end-user-guide/faq/releases.md): What are Ozone Releases
- [Projects](https://docs.ozone.one/ozone-end-user-guide/faq/projects.md): What are projects? Why do I need them? How do i benefit?
- [Members](https://docs.ozone.one/ozone-end-user-guide/faq/members.md): Who are members? How do I invite them?
- [Environments](https://docs.ozone.one/ozone-end-user-guide/faq/environments.md): What are environments? What do i get out if it? How are they scoped?
- [Variables](https://docs.ozone.one/ozone-end-user-guide/faq/variables.md): What are variables? Are they secrets? How do I trust Ozone?
- [Roles](https://docs.ozone.one/ozone-end-user-guide/faq/roles.md): How do Roles work? How are they scoped?


---

# 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.ozone.one/ozone-end-user-guide/faq.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.
