# sa5-url

- [About SA5's Url Lib](https://attr.sygnal.com/sa5-url/about.md): About the SA5 Url Library
- [Quick Start | SA5 Url](https://attr.sygnal.com/sa5-url/quick-start.md): How to Easily Add SA5's Url Enhancements to Your Webflow Site
- [Query Param Passthrough](https://attr.sygnal.com/sa5-url/query-param-passthrough.md): Automatically pass through querystring params from the current page, as users navigate through your site.
- [Future](https://attr.sygnal.com/sa5-url/query-param-passthrough/future.md)
- [Pretty Pagination Querystring](https://attr.sygnal.com/sa5-url/pretty-pagination-querystring.md)
- [External Link Targeting](https://attr.sygnal.com/sa5-url/external-link-targeting.md): Automatically open external links in a new tab
- [Relative Link Fixups ⛔](https://attr.sygnal.com/sa5-url/relative-link-fixups.md): Fix CMS and in-page links to their correct relative form


---

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