# Requesting Product Types

{% openapi src="/files/wYQaKpPZEdPb68ZWOF6w" path="/products/types" method="get" %}
[openapi.yaml](https://3664004773-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbwQ2AvqpbIy1hD3QFTQG%2Fuploads%2Fgit-blob-9d646f1681dee35f7dc1c0638c3b2af1bcd498f5%2Fopenapi.yaml?alt=media)
{% endopenapi %}

{% hint style="info" %}
See [Authorizing Requests](/authentication/authorizing-requests.md#get-accesstoken-and-refreshtoken) page to get your accessToken.
{% endhint %}

A product will come in one of the four following types:

| Types               | Definitions                                                                                                    |
| ------------------- | -------------------------------------------------------------------------------------------------------------- |
| **FOLDER\_PRODUCT** | These products are used to organize products into logical hierarchies in the DisasterAWARE client application. |
| **FILE\_PRODUCT**   | Products of this type have an associated multi-media file e.g. PDF, Word Document, associated with them.       |
| **TEXT\_PRODUCT**   | These products have a text field that contains a message.                                                      |
| **URL\_PRODUCT**    | These products are hyperlinks to external resources e.g. a web page.                                           |


---

# 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://api-v2-docs.disasteraware.com/products-1/product-types.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.
