> For the complete documentation index, see [llms.txt](https://docs.rememberizer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rememberizer.ai/es/background.md).

# Antecedentes

Esta sección proporciona antecedentes técnicos esenciales sobre las tecnologías que impulsan Rememberizer. Aquí encontrarás explicaciones sobre incrustaciones vectoriales, bases de datos vectoriales y otros conceptos clave que permiten las capacidades de búsqueda semántica de Rememberizer.

Si encuentras terminología desconocida mientras usas Rememberizer o lees nuestra documentación, consulta nuestro [Glosario](/es/background/glossary.md) para definiciones claras y concisas de términos clave.

Para colaboradores y escritores técnicos que trabajan en la documentación de Rememberizer, consulta nuestra guía de [Terminología Estandarizada](/es/background/standardized-terminology.md) para garantizar la coherencia en todos los documentos.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.rememberizer.ai/es/background.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.
