> For the complete documentation index, see [llms.txt](https://docs.ixhello.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixhello.com/ixhc/apps/ix-hello-supported-periods-date-range.md).

# iX Hello Supported Periods Date Range

iX Hello Supported Periods (Date Ranges)

This list is as of March 1, 2021

* Today
* Yesterday
* Tomorrow
* Sunday | This Sunday | This Week Sunday
* {Day} | This {Day} | This Week {Day} || Day = Sunday, Monday, Tuesday etc
* Next {Day} | Next Week {Day}
* Last {Day} | Last Week {Day}
* This Week | Current Week
* Last Week | Previous Week
* Next Week | Coming Week
* This Month | Current Month
* Last Month | Previous Month
* Next Month | Coming Month
* This Year | Current Year
* Last Year | Previous Year
* Next Year | Coming Year

Users can use these values as their input for the date ranges in their apps.&#x20;

<figure><img src="/files/cqW0sWrQuWTsZ1YwPP2P" alt=""><figcaption></figcaption></figure>

Provide these inputs and iX Hello shall be correctly able to resolve the corresponding date and periods.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ixhello.com/ixhc/apps/ix-hello-supported-periods-date-range.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
