# ChemBuilder Query

In this section, we will present a set of query methods that offer various ways to query chemistry details. It's important to note that the output generated by specific query methods, such as Redox Query and Solid Phase Query, conforms to a valid format for input specifications. This allows users to easily utilize the output to directly stitch together a JSON payload to create a .dbs file.


---

# 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://devdocs.olisystems.com/chemistry-model-files/chembuilder-api/chembuilder-query.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.
