> For the complete documentation index, see [llms.txt](https://attr.sygnal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://attr.sygnal.com/sa5-format.md).

# sa5-format

- [About SA5's Format Lib](https://attr.sygnal.com/sa5-format/about.md): About the SA5 Format Library
- [Quick Start | SA5 Format](https://attr.sygnal.com/sa5-format/quick-start.md): How to Easily Add SA5's Formatting to Your Webflow Site
- [Format Numbers & Currencies ❺](https://attr.sygnal.com/sa5-format/format-numbers-and-currencies.md): Give your number & currency display the look you want
- [Format Dates ❺](https://attr.sygnal.com/sa5-format/format-dates.md): Give your dates the formatting you want
- [Use Cases](https://attr.sygnal.com/sa5-format/format-dates/use-cases.md): Popular Use Cases for SA5 Format's dates feature
- [Custom Format a Date](https://attr.sygnal.com/sa5-format/format-dates/use-cases/custom-format-a-date.md): SA5 Format Dates.  Quick setup for the most popular use cases.
- [Localize a Date](https://attr.sygnal.com/sa5-format/format-dates/use-cases/localize-a-date.md): SA5 Format Dates.  Quick setup for the most popular use cases.
- [From and To Relative Timespans](https://attr.sygnal.com/sa5-format/format-dates/use-cases/from-and-to-relative-timespans.md): SA5 Format Dates.  Quick setup for the most popular use cases.
- [Age](https://attr.sygnal.com/sa5-format/format-dates/use-cases/age.md): SA5 Format Dates.  Quick setup for the most popular use cases.
- [Future - Date formatting](https://attr.sygnal.com/sa5-format/format-dates/future-date-formatting.md): What we're planning for SA5
- [Setup Your Date Field for Good Parsing](https://attr.sygnal.com/sa5-format/format-dates/setup-your-date-field-for-good-parsing.md): Best Practices for your date field settings.


---

# 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://attr.sygnal.com/sa5-format.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.
