# Discussion Topics

- [Telemetry architecture](https://docs.telemetry.sh/discussion-topics/telemetry-architecture.md)
- [Adding Telemetry to Your Codebase](https://docs.telemetry.sh/discussion-topics/adding-telemetry-to-your-codebase.md)
- [Creating Dashboards](https://docs.telemetry.sh/discussion-topics/creating-dashboards.md)
- [Schema Evolution](https://docs.telemetry.sh/discussion-topics/schema-evolution.md)
- [Querying Nested JSON](https://docs.telemetry.sh/discussion-topics/querying-nested-json.md)
- [Working with Timestamps](https://docs.telemetry.sh/discussion-topics/working-with-timestamps.md)
- [CamelCase vs snake\_case](https://docs.telemetry.sh/discussion-topics/camelcase-vs-snake_case.md)
- [Automating Incidence Response](https://docs.telemetry.sh/discussion-topics/automating-incidence-response.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.telemetry.sh/discussion-topics.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.
