# R

- [Rate Limiting](https://docs.serverlessapigateway.com/glossary/r/rate-limiting.md): The practice of controlling the amount of incoming and outgoing traffic to or from a network.
- [Real-Time Processing](https://docs.serverlessapigateway.com/glossary/r/real-time-processing.md): The processing of data immediately after capture, without significant delay.
- [Redundancy](https://docs.serverlessapigateway.com/glossary/r/redundancy.md): The duplication of critical components or functions of a system with the intention of increasing reliability of the system.
- [Refactoring](https://docs.serverlessapigateway.com/glossary/r/refactoring.md): The process of restructuring existing computer code—changing the factoring—without changing its external behavior.
- [Regression Testing](https://docs.serverlessapigateway.com/glossary/r/regression-testing.md): A type of software testing that ensures that previously developed and tested software still performs the same way after it is changed or interfaced with other software.
- [Repository](https://docs.serverlessapigateway.com/glossary/r/repository.md): A central place where data is stored and managed.
- [REST (Representational State Transfer)](https://docs.serverlessapigateway.com/glossary/r/rest-representational-state-transfer.md): An architectural style for designing networked applications. It relies on a stateless, client-server, cacheable communications protocol — and in virtually all cases, the HTTP protocol is used.
- [Rollback](https://docs.serverlessapigateway.com/glossary/r/rollback.md): The process of reverting a set of changes to a previous state. This is often used in software deployment when a new release causes issues.


---

# 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.serverlessapigateway.com/glossary/r.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.
