# Get Started

To get started, please follow these simple steps:

**Step 1: Receive Client ID after Completion of Onboarding Process** [**Click Here**](https://torusdigital.com/platform/api-trading-platform)

* **Open Demat Account**: ​Click the link above and enter the contact number.
* **Begin Onboarding**: Click the button to start the onboarding process.
* **Complete Registration**: Fill in the required personal details and follow the prompts to complete your account setup.

**Step 2: Receive Client ID**

* **Email Confirmation**: After successfully creating your demat account, you will receive a client ID via email. This client ID is essential for further steps.

<mark style="color:red;">**Important Note**</mark>**:**

&#x20;For your security, please do not share your credentials with anyone.

​**Step 3: Create a New App** [**Click Here**](https://torusdigital.com/platform/api-trading-platform)​

* **Navigate to App Creation**: Locate and click on the "Create An App" option in your dashboard.
* **Follow App Creation Wizard**: Complete the app creation wizard by providing the necessary details about your app, such as App name, Redirect URL, Client ID, and PostBack URL then create an app.
  * **App Name**: Enter a unique and descriptive name for your app.
  * **Redirect URL**: Provide the URL where users will be redirected after they log in or complete a specific action.
  * **Client ID**: A client ID is provided via email confirmation upon completing the onboarding process
  * **PostBack URL**: Enter the URL where your app will receive authentication responses or other data from the service.
* **Create the App**:
  * Review the details you’ve entered.
  * Click on the "Create" button to finish the process.

By following these steps, you’ll successfully create a new app in your dashboard.&#x20;

**Step 4: Authentication** [**Click Here**](/authentication/login.md)\
\
​Click on the link above and refer to the authentication section of the document for information on the next step, obtaining an access token.

**Step 5: Access API** [**Click Here**](/authentication/session-token.md)

\
After obtaining the access token, refer to the Access API document by clicking the link above and following the steps for accessing the API with the access token. \
\
\
If you need any assistance, our support team is here to help. Support details are provided on our website. Thank you for choosing our platform!


---

# 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://heytorus.gitbook.io/get-started.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.
