# Instalación de Postman (Mac)

### 1. Identifica tu tipo de procesador

* Haz clic en el icono de Apple () arriba a la izquierda y selecciona "Acerca de este Mac".
* Verifica si tu Mac tiene procesador **Intel** o **Apple Silicon (M1/M2)**.

***

### 2. Descarga Postman desde la web oficial

* Ve a la página oficial de descargas: <https://www.postman.com/downloads/>
* Elige la versión adecuada según tu procesador:
  * **Mac (Intel Chip)**
  * **Mac (Apple Silicon / Apple Chip)**
* Haz clic en el botón de descarga correspondiente.

***

### 3. Instala Postman manualmente

* Una vez descargado el archivo `.zip`, ve a tu carpeta de **Descargas**.
* Haz doble clic en el archivo `.zip` para descomprimirlo.
* Arrastra la aplicación **Postman** a tu carpeta **Aplicaciones**.
* Abre Postman desde la carpeta **Aplicaciones** o desde Launchpad.

***

### 4. (Alternativa) Instala Postman usando Homebrew

Si prefieres instalar usando Homebrew (debes tenerlo instalado previamente):

1. Abre la **Terminal**.
2. Ejecuta el siguiente comando:

   <pre data-title="text" data-overflow="wrap"><code>brew install --cask postman
   </code></pre>
3. Cuando termine, abre Postman desde Launchpad o con:

   <pre data-title="text" data-overflow="wrap"><code>open /Applications/Postman.app
   </code></pre>

***

### 5. Primer inicio y acceso

* Al abrir Postman por primera vez, puedes iniciar sesión con tu cuenta de Postman, crear una nueva o saltar este paso para usar la app directamente.
* ¡Listo! Ya puedes empezar a crear, importar y probar tus APIs desde la interfaz gráfica.


---

# 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://darioaplicano.gitbook.io/influxdb2.x/instalacion-y-configuracion-inicial/3.-postman/instalacion-de-postman-mac.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.
