> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/productos/file-storage/details/customization.md).

# Personalización

Puedes presentar el servicio bajo tu propia marca, para que tus clientes accedan a un entorno con tu identidad y no a uno genérico.

Es una de las palancas que te diferencia como partner.

### Qué puedes personalizar

| Elemento    | Qué es                                             |
| ----------- | -------------------------------------------------- |
| Dominio     | Tu propio dominio de acceso, configurado por CNAME |
| Logo        | Tu logotipo en la interfaz                         |
| Colores     | La paleta de la interfaz, acorde a tu marca        |
| Favicon     | El icono que se ve en la pestaña del navegador     |
| Certificado | El certificado SSL del dominio personalizado       |

### El certificado, bajo control

Cuando configuras tu dominio por CNAME con su certificado SSL, el servicio te avisa antes de que el certificado caduque, para que lo renueves a tiempo y el acceso no se interrumpa.

> 📘 La marca blanca es argumento comercial
>
> Acceder a "archivos.tucliente.com" con tu logo, y no a un dominio genérico, refuerza tu posición como proveedor.&#x20;
>
> La personalización no es estética: es parte de cómo el cliente percibe que el servicio es tuyo.

### Dónde seguir

* Cómo accede el usuario final: [Acceso.](/productos/file-storage/details/access.md)
* Las notificaciones, incluida la de caducidad del certificado: [Suscripción y cuota.](/productos/file-storage/details/subscription-and-quota.md)


---

# 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.plenit.com/productos/file-storage/details/customization.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.
