> For the complete documentation index, see [llms.txt](https://docs.returnsdrive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.returnsdrive.com/shipping/how-to-connect-with-shiprocket.md).

# How To Connect with Shiprocket?

### Step 1: Create API user <a href="#getting-started" id="getting-started"></a>

First, you need to register with ShipRocket and create an account. Click on this [link](https://app.shiprocket.in/register) to complete the sign-up process.

After the sign-up process is complete, follow the enlisted steps to create an API user:

* Open your Shiprocket account and navigate to the left-hand panel.
* Click On **Settings => API => Configure => Create an API user**.
* On the pop-up menu, fill in the **email** (this should be different from the one used to register to ShipRocket).
* Fill in an appropriate password and confirm the password.

![](https://synctrack.io/wp-content/uploads/2024/12/image-73-1024x642.png.webp)

![](https://synctrack.io/wp-content/uploads/2024/12/image-74-1024x642.png.webp)

### Step 2: Connect to Shiprocket in the Synctrack Returns app? <a href="#how-to-connect-to-shiprocket-in-the-synctrack-returns-app" id="how-to-connect-to-shiprocket-in-the-synctrack-returns-app"></a>

* Go to **Settings -> Logistics ->** **Shiprocket**. Click on the Connect button.

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

* Enter the email and password just created above and click **Connect**


---

# 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.returnsdrive.com/shipping/how-to-connect-with-shiprocket.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.
