# How to create Developer application for Mercado Libre

Follow the below instructions to set up the developer app for Mercado libre

1. Create an account in Mercado Libre. The account should be a owner's account to avoid hassles in the future
2. Open Mercado Libre's Dev Center - <https://developers.mercadolibre.com.ar/devcenter>
3. Click on “Create an app”
4. Enter all the required information asked and enter the below link in **Redirect URI** input

   Redirect URI - <https://webapi.sarasanalytics.com/connector-studio/integration-setup/handle-oauth-redirect>&#x20;
5. Scopes - **read & offline access** (mandatory)

<figure><img src="/files/ROL44ZOYBZYNm3vqeZdR" alt=""><figcaption></figcaption></figure>

6. Once the application has been created within Mercado Libre, you can access the **client id (App ID)** and **client secret**

<figure><img src="/files/AEjgHhDVz4SObSk6nJ9f" alt=""><figcaption><p>client credentials</p></figcaption></figure>


---

# 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://daton-sarasanalytics.gitbook.io/daton/faqs/api-keys/how-to-create-developer-application-for-mercado-libre.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.
