# Systems Design Glossary

- [Consistent Hashing](https://aaronice.gitbook.io/system-design/distributed-systems/consistent-hashing.md)
- [Sharding or Partitioning](https://aaronice.gitbook.io/system-design/distributed-systems/sharding-or-partitioning.md)
- [Database Indexes](https://aaronice.gitbook.io/system-design/distributed-systems/database-indexes.md)
- [Proxies](https://aaronice.gitbook.io/system-design/distributed-systems/proxies.md)
- [Caching](https://aaronice.gitbook.io/system-design/distributed-systems/caching.md)
- [Queues](https://aaronice.gitbook.io/system-design/distributed-systems/queues.md)
- [SQL vs. NoSQL](https://aaronice.gitbook.io/system-design/distributed-systems/sql-vs-nosql.md)
- [CAP Theorem](https://aaronice.gitbook.io/system-design/distributed-systems/cap-theorem.md)
- [Distributed Messaging System](https://aaronice.gitbook.io/system-design/distributed-systems/distributed-messaging-system.md)
- [Long-Polling vs WebSockets vs Server-Sent Events](https://aaronice.gitbook.io/system-design/distributed-systems/long-polling-vs-websockets-vs-server-sent-events.md)
- [Producer and Consumer](https://aaronice.gitbook.io/system-design/distributed-systems/producer-and-consumer.md)
- [Latency, Bandwidth and Throughput](https://aaronice.gitbook.io/system-design/distributed-systems/latency-bandwidth-and-throughput.md)
- [Microservices Architecture](https://aaronice.gitbook.io/system-design/distributed-systems/microservices-architecture.md)
- [RESTful API](https://aaronice.gitbook.io/system-design/distributed-systems/restful-api.md)
- [Concurrent Programming](https://aaronice.gitbook.io/system-design/distributed-systems/concurrent-programming.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://aaronice.gitbook.io/system-design/distributed-systems.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.
