# Conectar Cuenta

### How to integrate Magento with WoowUp? <a href="#how-to-integrate-magento-with-woowup" id="how-to-integrate-magento-with-woowup"></a>

#### Create a Role <a href="#create-a-role" id="create-a-role"></a>

The first step in this process is to create a Role.

To create a Role:

* From the Magento dashboard, go to **System > Web Services > SOAP/XML-RPC - Roles**

<div align="left"><img src="/files/-LTwk9m847Dn6fKyd37l" alt=""></div>

* Click Add New Role:

![](/files/-LTwlwYbslaxZgRE-vh8)

* Under **Role Information**, click **Role name** and type in the word **Everything**.
* Click **Save Role**:
* Under **Role Information**, click **Role Resources**.
* From the dropdown list, select All.

![](/files/-LTwn9c-w4jRbQTF2cBb)

* Click **Save Role**:

#### Create a User <a href="#create-a-user" id="create-a-user"></a>

After the **Role** has been created, you need to create a **User**.

To create a User:

* Click **System** in the top menu and go to **Web Services > SOAP/XML-RPC - Users**:
* Click **Add New User**:

![](/files/-LTwnRZMQkB63O22BiH-)

* Fill out the data fields. The **Username** and **New API Key** fields hold the information you need to integrate with **WoowUp Brain**.

![](/files/-LTwqbPX8syASGp6F4Gr)

* Click **Save User**

#### Add User to Role <a href="#add-user-to-role" id="add-user-to-role"></a>

After you've created a Role and a User, you need to associate the two together.

To add a User to a Role:

* Under **User Information** click **User Role**.
* Select the Role you created.
* Click **Save User**:

\
**Important:**&#x4F;nce you have finished this steps, send the **Username** and **API Key** to the WoowUp team.

### How do you get your orders status? <a href="#how-do-you-get-your-orders-status" id="how-do-you-get-your-orders-status"></a>

\
1 - Login to Magento Admin Panel, go to System -> Order Statuses:![](http://docs.woowup.com/howto/src/magento/magento-order-status1.png)\
2 - In the list you can see your order statuses.![](http://docs.woowup.com/howto/src/magento/magento-order-status2.png)\
3 - Choose what statuses you want to download into WoowUp and send to us the values of the "Status Code" column to <developers@woowup.com>


---

# 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://woowup-docs.gitbook.io/woowup-developer-docs/magento-1/magento-connect-account.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.
