> For the complete documentation index, see [llms.txt](https://guia.fenicio.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia.fenicio.help/guias-practicas/delegacion-de-dns.md).

# Delegación de DNS

## ¿Para qué hacemos la delegación de dominio?&#x20;

Esto permite que el dominio principal y los subdominios (como `www`) apunten a la dirección IP del servidor Fenicio, donde está alojado el sitio web.

Los registros “A” deben cambiarse únicamente al momento de hacer el cambio final de DNS para comenzar a operar con la tienda en Fenicio. Si en su DNS tiene valores para formato IPV6 tipo "AAAA", por favor elimínelos, para el correcto funcionamiento de la plataforma.

## Registros “A”

A continuación, se muestra un ejemplo de cómo queda configurada la delegación hacia la IP 192.168.1.1.

| Registro | Apunta a    |
| -------- | ----------- |
| @        | 192.168.1.1 |
| www      | 192.168.1.1 |

> El PM de Fenicio le proporcionará la información de la IP para su tienda.

{% hint style="info" %}
En Fenicio, la delegación de dominios se realiza únicamente mediante la asignación directa de direcciones IP: Fenicio no acepta delegación a través de NS (*Name Servers*). Esto significa que los registros `A`en el DNS apuntan directamente a la IP correspondiente, evitando la necesidad de delegar a servidores de nombres externos.

Este método simplifica el proceso de configuración al mantener la delegación centralizada en la IP específica del servidor.
{% endhint %}

{% hint style="warning" %}
El equipo de Fenicio no realiza la delegación de dominios.
{% endhint %}

Si usted o su equipo no pueden gestionar esta tarea, ofrecemos los siguientes contactos para contratar asistencia:

* María Noel Armas | <marianoelarmas@gmail.com> - +598 91 471 436
* Gastón Dourrom | <gdourrom@entelequia.com.uy> - +598 98 671 960


---

# 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://guia.fenicio.help/guias-practicas/delegacion-de-dns.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.
