# Guides

- [Quick Start](https://docs.search.io/developer-documentation/guides/quick-start.md)
- [Setting up a collection](https://docs.search.io/developer-documentation/guides/quick-start/setting-up-a-collection.md): This guide takes you through the setup of a new collection.
- [Tuning your search](https://docs.search.io/developer-documentation/guides/quick-start/tuning-your-search.md)
- [Feature implementation](https://docs.search.io/developer-documentation/guides/feature-implementation.md)
- [Implementing tracking](https://docs.search.io/developer-documentation/guides/feature-implementation/implementing-tracking.md): Learn how tracking works and how to implement it.
- [Promotion banners](https://docs.search.io/developer-documentation/guides/feature-implementation/promotion-banners.md): This guide will help you integrate promotion banners in your customer built Search UI.
- [Aggregate Filters](https://docs.search.io/developer-documentation/guides/feature-implementation/aggregate-filters.md)
- [Bucket Aggregates](https://docs.search.io/developer-documentation/guides/feature-implementation/bucket-aggregates.md)
- [Redirects](https://docs.search.io/developer-documentation/guides/feature-implementation/redirects.md)
- [Using pipelines](https://docs.search.io/developer-documentation/guides/using-pipelines.md)
- [Configuring autocomplete](https://docs.search.io/developer-documentation/guides/using-pipelines/configuring-autocomplete.md): Learn how to configure and customise autocomplete for search.
- [Configuring spelling](https://docs.search.io/developer-documentation/guides/using-pipelines/configuring-spelling.md)
- [Phrase training](https://docs.search.io/developer-documentation/guides/using-pipelines/phrase-training.md)
- [Regular expressions](https://docs.search.io/developer-documentation/guides/using-pipelines/regular-expressions.md): Learn how to use regular expression to implement natural language processing for search queries.


---

# 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://docs.search.io/developer-documentation/guides.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.
