# Overview

Rightsline’s Avails endpoints enable developers to search for Avails Windows. The results mimic the Availability Report in Rightsline.

Within the Rightsline application, dimensions are indicated by system indicators at the database level to allow for clients to rename dimension fields to suit their needs. Because of this, dimensions 1 – 4 will be represented by their IDs for the requests and responses, while Term Start, Term End, and Exclusivity will have their own objects.

A new message will be available on Rightline SQS and SNS offerings with an action of availability-changed.

| ID | Name        | Type    |
| -- | ----------- | ------- |
| 1  | Media       | Array   |
| 2  | Territory   | Array   |
| 3  | Language    | Array   |
| 4  | Channel     | Array   |
| 5  | Term Start  | Date    |
| 6  | Term End    | Date    |
| 7  | Exclusivity | Boolean |


---

# 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-docs.rightsline.com/avails/avails-overview.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.
