# Examples

In this section you'll be able to see how to construct queries and get the data that you need. You can do this with either the API explorer at [https://www.dronedeploy.com/graphiql/](https://api.dronedeploy.com/graphiql/) or with any HTTP compatible client. See [Introduction](/api/introduction.md) for details.


---

# 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://developer-docs.dronedeploy.com/api/examples.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.
