# Angel

### 🔗 Adding Static IP to Angel One (SmartAPI)

Angel One requires you to map your Arrownect Static IP to a specific "App" in their developer portal to allow order placement.

#### Step 1: Access the SmartAPI Dashboard

1. Log in to the [Angel One SmartAPI Portal](https://smartapi.angelone.in/).
2. Look for the Yellow Label/Banner at the top of the page regarding New Regulations.
3. Click on "Know More" within that banner.

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

* Select the button labeled "Set your Static IP".

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

Login using your SmartAPI credentials (different from your trading app login).

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

#### Step 2: Create or Manage Your App

* Existing Users: Your current apps will be listed. Click on the app you wish to update.
* New Users: Select the Add App button.
* Choose the Trading API option.

<figure><img src="/files/4HKIBxhlEg69HBR74Yv8" alt=""><figcaption></figcaption></figure>

#### Step 3: Enter Connection Details

1. App Name: Give your application a name (e.g., *Arrownect\_Strategy*).<a class="button secondary"></a>
2. Redirect URL: You must enter this exact URL for the Algomojo bridge:

   > `https://an.algomojo.com/xl-connect/am/login-response/index.php`
3. Static IP: Copy your Static IP from the Arrownect "My Static IPs" section and paste it into the Primary Static IP box.
   * *Note: Angel One also allows a Secondary Static IP if you have a backup server.*

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

#### Step 4: Create & Activate

* Click the Create (or Save) button.
* Important: Your API Key and Client Secret will be generated. Copy these for your Algomojo setup.
* Verify that the app status shows as Active.


---

# 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://docs.algomojo.com/algomojo/brokers/static-ip-integration/angel.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.
