# Time Structures

A few categorizations of time structures are as follows:

* **Sequential vs. Cyclic**\
  Sequential: Jan 1, ...., Dec 31\
  Cyclic: days of the week, months of a year
* **Hierarchical/Multiple Resolutions**  \
  Ex. years $$\rightarrow$$ months $$\rightarrow$$ weeks $$\rightarrow$$ days and so on\
  This allows us to aggregate/disaggregate time at different resolutions\
  It also allows us to visualize different levels of detail


---

# 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://vikram-bajaj.gitbook.io/cs-gy-6313-information-visualization/visualizing-temporal-data/time-structures.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.
