# Ω Time Dictionary

The duration that something will last. When an event is triggered after a certain amount of time the activity will take place or this could be the length of the activity itself. To keep consistency the design system uses design tokens instead of hard coded values for durations.

100 ms

300 ms

500 ms

1000 ms

1500 ms

2000 ms

etc


---

# 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://able.bucca.com/overview/styles/o-time-dictionary.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.
