# Advanced Configurations

- [Helm Configuration](https://docs.seldon.ai/seldon-core-2/installation/advanced-configurations/helm.md): Learn how to install and configure Seldon Core using Helm charts, including component setup and customization options.
- [Server Config](https://docs.seldon.ai/seldon-core-2/installation/advanced-configurations/serverconfig.md): Server Config in Seldon Core 2.
- [Server Runtime](https://docs.seldon.ai/seldon-core-2/installation/advanced-configurations/seldonruntime.md): Learn about SeldonRuntime, a Kubernetes resource for creating and managing Seldon Core instances in specific namespaces with configurable settings.
- [Seldon Config](https://docs.seldon.ai/seldon-core-2/installation/advanced-configurations/seldonconfig.md): Learn how to configure Seldon Core installation components using SeldonConfig resource, including component specifications, Kafka settings, and tracing configuration.
- [Pipeline Config](https://docs.seldon.ai/seldon-core-2/installation/advanced-configurations/pipeline.md): Learn how to create and manage ML pipelines in Seldon Core using Kubernetes custom resources, including model chaining and tensor mapping.
- [Managing Kafka Topics](https://docs.seldon.ai/seldon-core-2/installation/advanced-configurations/managing-kafka-topics.md): Learn how to manage Kafka topics in Seldon Core 2, including topic creation, configuration, and monitoring for model inference and event streaming.


---

# 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.seldon.ai/seldon-core-2/installation/advanced-configurations.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.
