# Indices

- [Managing Indices](https://cbelasticsearch.ortusbooks.com/indices/managing-indices.md): Learn how to create, update and delete indices with CBElasticsearch
- [Index Lifecycles](https://cbelasticsearch.ortusbooks.com/indices/managing-indices/index-lifecycles.md): Learn How to to use Index Lifecycle Policies to transition time series data
- [Index Templates](https://cbelasticsearch.ortusbooks.com/indices/managing-indices/templates.md): Learn How to Create Index and Component templates to Ensure Data Mappings
- [Mapping Builder](https://cbelasticsearch.ortusbooks.com/indices/mapping-builder.md): Learn how to define an Elasticsearch index mapping using the fluent MappingBuilder syntax in CBElasticsearch
- [Aliases](https://cbelasticsearch.ortusbooks.com/indices/aliases.md): Learn how to create and manage index aliases with CBElasticsearch
- [Reindexing](https://cbelasticsearch.ortusbooks.com/indices/reindexing.md): Sometimes indices get messy. Learn how to reindex your data in CBElasticsearch.
- [Data Streams](https://cbelasticsearch.ortusbooks.com/indices/data-streams.md): Learn How to use Data Streams for time series data


---

# 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://cbelasticsearch.ortusbooks.com/indices.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.
