# Appendix

Additional resources, advanced topics, and reference materials for Trilio for Kubernetes (T4K).

## Quick Navigation

| Section                                                        | Description                                                     |
| -------------------------------------------------------------- | --------------------------------------------------------------- |
| [**Integrations**](/kubernetes/appendix/integrations.md)       | Third-party tool integrations (ELK, Slack, AWS, StormForge)     |
| [**Performance**](/kubernetes/appendix/performance.md)         | Performance testing and optimization guides                     |
| [**Platform Guides**](/kubernetes/appendix/platform-guides.md) | Platform-specific deployment (OpenShift, Rancher, DigitalOcean) |
| [**Storage**](/kubernetes/appendix/storage.md)                 | Storage backend and CSI driver configuration                    |
| [**Reference**](/kubernetes/appendix/reference.md)             | System requirements, best practices, and ignored resources      |
| [**Legal**](/kubernetes/appendix/legal.md)                     | Open source licenses and legal notices                          |

## Finding What You Need

### By Use Case

* **Monitoring & Alerting**: See [Integrations - ELK and Slack](/kubernetes/appendix/integrations.md)
* **Performance Optimization**: See [Performance](/kubernetes/appendix/performance.md) and [Reference - Best Practices](/kubernetes/appendix/reference/best-practices.md)
* **Platform Deployment**: See [Platform Guides](/kubernetes/appendix/platform-guides.md)
* **Storage Configuration**: See [Storage](/kubernetes/appendix/storage.md)
* **Before Deployment**: See [Reference - Requirements](/kubernetes/appendix/reference/requirements.md)

### By Topic

* **Kubernetes Distributions**: [Platform Guides](/kubernetes/appendix/platform-guides.md) - guides for OpenShift, Rancher, and others
* **Storage Backends**: [Storage](/kubernetes/appendix/storage.md) - OVH, generic backends, CSI drivers
* **Backup Performance**: [Performance](/kubernetes/appendix/performance.md) - testing and S3 optimization
* **Tool Integration**: [Integrations](/kubernetes/appendix/integrations.md) - monitoring, optimization, automation
* **Resource Limits**: [Reference - Ignored Resources](/kubernetes/appendix/reference/ignored-resources.md)
* **Deployment Best Practices**: [Reference - Best Practices](/kubernetes/appendix/reference/best-practices.md)


---

# 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.trilio.io/kubernetes/appendix/appendix.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.
