# Level 2 : System Design

- [Step 1 : Analysis](https://abdulrahman-1.gitbook.io/my-digital-garden/level-2-system-design/step-1-analysis.md): Try to understand the problem and establish the scope
- [Step 2 : Digging deeper into data modeling](https://abdulrahman-1.gitbook.io/my-digital-garden/level-2-system-design/step-2-digging-deeper-into-data-modeling.md)
- [Step 3 : High-Level component design](https://abdulrahman-1.gitbook.io/my-digital-garden/level-2-system-design/step-3-high-level-component-design.md)
- [Step 4: Low-Level / Detailed Design system](https://abdulrahman-1.gitbook.io/my-digital-garden/level-2-system-design/step-4-low-level-detailed-design-system.md): This is a guide for how to architect a technical solution, or at least some notes on the important parts
- [Clients](https://abdulrahman-1.gitbook.io/my-digital-garden/level-2-system-design/step-4-low-level-detailed-design-system/clients.md): This page contains cllie
- [Application Servers](https://abdulrahman-1.gitbook.io/my-digital-garden/level-2-system-design/step-4-low-level-detailed-design-system/application-servers.md)
- [Databases](https://abdulrahman-1.gitbook.io/my-digital-garden/level-2-system-design/step-4-low-level-detailed-design-system/databases.md)
- [Security](https://abdulrahman-1.gitbook.io/my-digital-garden/level-2-system-design/step-4-low-level-detailed-design-system/security.md)
- [Distributed Systems with Microservices](https://abdulrahman-1.gitbook.io/my-digital-garden/level-2-system-design/step-4-low-level-detailed-design-system/distributed-systems-with-microservices.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://abdulrahman-1.gitbook.io/my-digital-garden/level-2-system-design.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.
