# Configurar tu empresa (branding)

### Qué vas a definir

* Logo.
* Colores.
* Tipografías.
* Moneda e idioma por defecto.

### Recomendación de paleta (corporativa)

Usa estos valores como base:

* Primario: `#004e58`
* Acento: `#c1ff72`
* Texto: `#1d1d1b`
* Fondo: `#ffffff`

{% hint style="info" %}
Si tu propuesta se ve “lavada”, sube contraste del texto y títulos.
{% endhint %}

### Pasos

1. Ve a **Settings → Branding**.
2. Sube el logo (ideal: SVG o PNG @2x).
3. Define color primario y acento.
4. Define tipografías (títulos vs cuerpo).
5. Exporta un PDF de prueba y ajusta.

### Checklist para PDF

* Logo con buen padding.
* Color primario consistente en headers.
* Tipografías legibles en impresión.


---

# Agent Instructions: 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.cierro.app/administracion/configurar-tu-empresa-branding.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.
