> For the complete documentation index, see [llms.txt](https://docs.gearplug.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gearplug.io/configura-tus-conexiones/salesforce/crea-tu-conexion-a-salesforce.md).

# Crea tu conexión a Salesforce

{% hint style="info" %}
**Conexión Oauth**: El primer paso es registrar GearPlug en tu cuenta para que GearPlug acceda a los datos.
{% endhint %}

Para integrar cualquier aplicación, incluyendo GearPlug, a Salesforce, necesitas tener en cuenta tu suscripción. Las ediciones **Enterprise, Unlimited, y Developer** ofrecen la funcionalidad API por defecto.

Los **Usuarios Profesionales** deberán pagar por esta funcionalidad por separado.

### Configura el acceso

1. **Ingresa a “Mis Apps”** en la parte superior de tu interfaz de GearPlug.

<figure><img src="https://lh6.googleusercontent.com/2sb9ztbm6naQAcfSad0dJsAIdIxKato9A_P3h4miiDfBBhxOPNtpgrooyb20A640YAewNMvoW8ufdXkCJGH76_kmJ-_rLcXxAZXf59jPTTAPNNreg6DyO7ioyOPskzC32wUDaC5Z3qMqK4AhsjI6Eg" alt=""><figcaption></figcaption></figure>

2. **Selecciona Salesforce** en el menú desplegable debajo de “Nueva conexión” y haz clic en “Crear”.

<figure><img src="https://lh3.googleusercontent.com/YWVksd7OtvZOOSlSh4eAg3I7I8FrAWhkOw2jwjFeY_lyUU2jC1-y23mB2ozNEfPRbyzobXEeItWEkKs5lYBuCJQsqrpul3RXoTecAae2c0nW0wSAH27bFkkfWRHD1JeZuPXC8j1U8wpEQw8HHRM_YA" alt=""><figcaption></figcaption></figure>

3. **Inicia sesión en tu cuenta** de Salesforce en la ventana emergente para finalizar la integración.

<figure><img src="https://lh6.googleusercontent.com/qjHCEfjU9pin_8pbRUNI40RniQm7fqFG1LB4QlHW6h59k_ZN0hSUfkLuTQU0xRJ4bwaItGZafWRJArMjyydUfQcMec2zhj859lnQfrmT4BdhcNcpz5jIxokXhRC0SgEEJ0v-UTgxJD7BzuEdqP9WgQ" alt=""><figcaption></figcaption></figure>


---

# 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.gearplug.io/configura-tus-conexiones/salesforce/crea-tu-conexion-a-salesforce.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.
