# Concepts and architecture

This chapter walks you through the high-level concepts in Testground. Each section covers a different component or subsystem of Testground.

To help you situate yourself, this architecture diagram provides a bird's-eye view of the system, emphasizing the circuitry of the observability pipeline:

![](/files/-M6avCsCX8IhWD8ndnKD)

**Read on to learn more about the individual components:**

* [Test plans and test cases](/testground/table-of-contents/concepts-and-architecture/test-structure.md)
* [Daemon and client](/testground/table-of-contents/concepts-and-architecture/daemon-and-client.md)
* [Synchronization service](/testground/table-of-contents/concepts-and-architecture/sync-service.md)
* [Networking](/testground/table-of-contents/concepts-and-architecture/networking.md)
* [Sidecar](/testground/table-of-contents/concepts-and-architecture/sidecar.md)
* [Builders](/testground/table-of-contents/concepts-and-architecture/builders.md)
* [Runners](/testground/table-of-contents/concepts-and-architecture/runners.md)
* [Runtime environment (runenv)](/testground/table-of-contents/concepts-and-architecture/runtime.md)
* [Client-Server communication](/testground/table-of-contents/concepts-and-architecture/client-server-communication.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/table-of-contents/concepts-and-architecture.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.
