# Fyers

### Login with Fyers

Fyers uses a dedicated API dashboard to manage your "Apps" and security settings. Follow these steps to whitelist your server:

#### Step 1: Access the API Dashboard

1. Log in to the [Fyers Web Trading Platform](https://fyers.in/web/api-dashboard/user-apps).
2. Click on your Profile Icon (top-right corner).
3. From the dropdown menu, select API.

<figure><img src="/files/6foiiJgTw5vch4S7UhXO" alt=""><figcaption></figcaption></figure>

Once the API page opens, click on the New Dashboard button to enter the modern interface.

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

#### Step 3: Enter Connection Details

1. Redirect URL: You must enter the following URL exactly as shown:

```
https://fy.algomojo.com/arrow-connect/am/login-response/index.php
```

1. Static IP: Copy your Static IP from the Arrownect "My Servers" section and paste it into the designated IP field.

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

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

#### Step 3: Capture Your Credentials

From your [Fyers Dashboard:](https://fyers.in/web/api-dashboard/user-apps)

1. Locate your newly created App.
2. Copy the APP ID.
3. Copy the Secret ID.
4.

```
<figure><img src="/files/QLADbUkY9AYFgq85dGgN" alt=""><figcaption></figcaption></figure>
```

5. Note down your Fyers Client ID (e.g., A123456).

<figure><img src="/files/2ILCmV38wAamoim9OYoV" alt=""><figcaption></figcaption></figure>

#### Step 4: Enter Details in Registration

On the New User Registration page of your trading bridge:

1. Broker: Select "Fyers" from the dropdown.
2. Client ID: Paste your Fyers Client ID.
3. APP ID: Paste the key you copied from Fyers Dashboard.
4. Secret ID: Paste the secret key you copied from Fyers Dashboard.

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

#### Step 5: Finalize and Activate

* Double-check for any extra spaces at the beginning or end of the keys.
* Click Submit.


---

# 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/login-to-broker/fyers.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.
