> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/es/store-manager/configure-pos-and-store-manager/store-information-and-rules/setting-up-store-contact-information.md).

# Información de contacto de la tienda

1. Haga clic en **Archivo** | **Configuración**.
2. Haga clic en el **Tienda** .
3. Ingrese la información de contacto de la tienda.

<details>

<summary><img src="/files/96cb7863918669fe3cf39b3a118a1fad4217f868" alt="" data-size="original"></summary>

<table><thead><tr><th width="250.4444580078125" valign="top">Campo</th><th valign="top">Descripción</th></tr></thead><tbody><tr><td valign="top">Nombre</td><td valign="top">El nombre de su tienda.</td></tr><tr><td valign="top">Dirección</td><td valign="top">La dirección postal de su tienda.</td></tr><tr><td valign="top">Ciudad, estado</td><td valign="top">La ciudad y el estado en que se encuentra su tienda.</td></tr><tr><td valign="top">Código postal, país</td><td valign="top">El código postal de su tienda y el país donde se encuentra su tienda.</td></tr><tr><td valign="top">Teléfono, fax</td><td valign="top">Los números de teléfono y fax de su tienda.</td></tr><tr><td valign="top">Dirección de correo electrónico</td><td valign="top">La dirección de correo electrónico principal de su tienda.</td></tr></tbody></table>

</details>

{% hint style="info" %}
Si la base de datos de la tienda tiene licencia usando MLM, los campos Nombre, Dirección, Ciudad, Estado y Código postal, País pasan a ser de solo lectura después de activar la clave de licencia. Solo puede cambiar esta información en la aplicación MLM.
{% endhint %}

4. Haga clic en **Guardar y cerrar**.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.rmhpos.com/es/store-manager/configure-pos-and-store-manager/store-information-and-rules/setting-up-store-contact-information.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
