# Goodwill

### 🔗 Adding Static IP to Goodwill Broker

Here is your updated step-by-step guide to ensure your API remains secure and functional.

***

#### Phase 1: Create the API Application

1. Access the Portal: Head over to the [Goodwill Developer Portal](https://developer.gwcindia.in/app/).
2. Login: Click Sign In and use your Goodwill Client ID and Password.

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

* Initiate App: Once logged in, click on the Create New App button.

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

Enter App Details:

* App Name: You can name this `Arrownect` (or anything you prefer).
* Redirect URL: Carefully copy and paste the following URL:&#x20;

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

* Description: (Optional) You can write "Algo trading connection."

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

#### Phase 2: Security & IP Whitelisting

Goodwill requires a Static IP to ensure that only your authorized Arrownect server can send orders to your account.

1. Get the IP: Log in to your Arrownect account, go to My Servers, and copy the Static IP listed there.
2. Whitelist on Goodwill: In the Goodwill App creation screen, find the Whitelisted IP field and paste the Static IP.
3. Save: Click Submit or Save to generate your credentials.

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


---

# 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/goodwill.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.
