# Sectorial Datasets

- [Airbnb Data](https://docs.sov.ai/realtime-datasets/sectorial-datasets/airbnb-data.md): Scraped Airbnb data (Real-time)
- [Box Office Stats](https://docs.sov.ai/realtime-datasets/sectorial-datasets/box-office-stats.md): This dataset contains information about movie producers, their movies, and the corresponding box office performance.
- [CFPB Complaints](https://docs.sov.ai/realtime-datasets/sectorial-datasets/cfpb-complaints.md): This section covers the usage of the Consumer Financial Complaint ticker-mapped dataset.
- [Pharma Clinical Trials](https://docs.sov.ai/realtime-datasets/sectorial-datasets/phrama-clinical-trials.md): This section covers a very unique dataset that tags clinical trials with their predicted outcome success.
- [Request Datasets](https://docs.sov.ai/realtime-datasets/sectorial-datasets/request-datasets.md): How to request the development of new datasets for the SovAI SDK.


---

# 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.sov.ai/realtime-datasets/sectorial-datasets.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.
