<!-- ** Please read the guidelines below. ** 1. GitHub is reserved for bug reports and feature requests. The best place to ask a general question is at the Elastic [forums](https://discuss.elastic.co). GitHub is not the place for general questions. 2. Please fill out EITHER the feature request block or the bug report block below, and delete the other block. 3. For issues with API definition please note that the API is [auto generated](https://github.com/elastic/elasticsearch-py/blob/main/CONTRIBUTING.md#api-code-generation) so any problems should be checked and reported against [the Elasticsearch repo](https://github.com/elastic/elasticsearch) instead. Thank you! --> <!-- Feature request --> On [Read the docs](https://elasticsearch-py.readthedocs.io/en/v8.13.0/api.html), the way to get specialized clients such as `IndicesClient`, `TransformClient`... is not explained. These clients are accessible using `Elasticsearch().indices` and `Elasticsearch().transform`... but it is not documented. It currently has to be infered from the few examples (examples: https://elasticsearch-py.readthedocs.io/en/v8.13.0/quickstart.html#deleting-an-index, https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/examples.html#ex-refresh). The documentation should explain it. At least, more examples would be very helpful.