# Page Not Found

The URL `files/6ctoRJMk3G4sM5mt2ruZ` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [2.7 Programación asíncrona](https://abi.gitbook.io/net-core/3.-servicios-rest/3.9-programacion-asincrona.md)
- [2.9 ¿Qué es Scrum?](https://abi.gitbook.io/net-core/3.-servicios-rest/2.9-que-es-scrum.md)
- [2.6 Código Limpio](https://abi.gitbook.io/net-core/3.-servicios-rest/4.7-refactorizando-tu-codigo.md)
- [2.4 Archivo de recursos](https://abi.gitbook.io/net-core/3.-servicios-rest/3.4-archivo-de-recursos.md)
- [2.9.2 Roles Scrum](https://abi.gitbook.io/net-core/3.-servicios-rest/2.9-que-es-scrum/2.9.1-roles-scrum.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://abi.gitbook.io/net-core/3.-servicios-rest/3.9-programacion-asincrona.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.

### Option 2 — Browse the documentation index

Full index: https://abi.gitbook.io/net-core/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://abi.gitbook.io/net-core/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/net-core/3.-servicios-rest/3.9-programacion-asincrona.md`).

You may also use `Accept: text/markdown` header for content negotiation.
