# Table of contents

- [What is Testground?](https://protocol-labs.gitbook.io/testground/master/table-of-contents/readme.md)
- [Community](https://protocol-labs.gitbook.io/testground/master/table-of-contents/readme/community.md)
- [Concepts and architecture](https://protocol-labs.gitbook.io/testground/master/table-of-contents/concepts-and-architecture.md)
- [Test plans and test cases](https://protocol-labs.gitbook.io/testground/master/table-of-contents/concepts-and-architecture/test-structure.md)
- [Daemon and client](https://protocol-labs.gitbook.io/testground/master/table-of-contents/concepts-and-architecture/daemon-and-client.md)
- [Synchronization service](https://protocol-labs.gitbook.io/testground/master/table-of-contents/concepts-and-architecture/sync-service.md)
- [Networking](https://protocol-labs.gitbook.io/testground/master/table-of-contents/concepts-and-architecture/networking.md)
- [Sidecar](https://protocol-labs.gitbook.io/testground/master/table-of-contents/concepts-and-architecture/sidecar.md)
- [Builders](https://protocol-labs.gitbook.io/testground/master/table-of-contents/concepts-and-architecture/builders.md)
- [Runners](https://protocol-labs.gitbook.io/testground/master/table-of-contents/concepts-and-architecture/runners.md)
- [Runtime environment (runenv)](https://protocol-labs.gitbook.io/testground/master/table-of-contents/concepts-and-architecture/runtime.md)
- [Client-Server communication](https://protocol-labs.gitbook.io/testground/master/table-of-contents/concepts-and-architecture/client-server-communication.md)
- [Getting started](https://protocol-labs.gitbook.io/testground/master/table-of-contents/getting-started.md)
- [Writing test plans](https://protocol-labs.gitbook.io/testground/master/table-of-contents/writing-test-plans.md)
- [Quick start](https://protocol-labs.gitbook.io/testground/master/table-of-contents/writing-test-plans/quickstart.md)
- [Understanding the test plan manifest](https://protocol-labs.gitbook.io/testground/master/table-of-contents/writing-test-plans/test-plan-manifest.md)
- [Parameters and test cases](https://protocol-labs.gitbook.io/testground/master/table-of-contents/writing-test-plans/paramaters-and-testcases.md)
- [Keeping instances in sync](https://protocol-labs.gitbook.io/testground/master/table-of-contents/writing-test-plans/synchronization.md)
- [Communication between instances](https://protocol-labs.gitbook.io/testground/master/table-of-contents/writing-test-plans/communication-between-instances.md)
- [Observability, assets and metrics](https://protocol-labs.gitbook.io/testground/master/table-of-contents/writing-test-plans/observability-assets-and-metrics.md)
- [Managing test plans](https://protocol-labs.gitbook.io/testground/master/table-of-contents/managing-test-plans.md)
- [Running test plans](https://protocol-labs.gitbook.io/testground/master/table-of-contents/running-test-plans.md)
- [Traffic shaping](https://protocol-labs.gitbook.io/testground/master/table-of-contents/traffic-shaping.md)
- [Analyzing test run results](https://protocol-labs.gitbook.io/testground/master/table-of-contents/analyzing-the-results.md)
- [Capturing profiles](https://protocol-labs.gitbook.io/testground/master/table-of-contents/analyzing-the-results/capturing-profiles.md)
- [Debugging test plans](https://protocol-labs.gitbook.io/testground/master/table-of-contents/debugging-test-plans.md)
- [Docker Settings](https://protocol-labs.gitbook.io/testground/master/table-of-contents/docker-settings.md)
- [Featured projects](https://protocol-labs.gitbook.io/testground/master/table-of-contents/featured-projects.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://protocol-labs.gitbook.io/testground/master/table-of-contents.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.
