> For the complete documentation index, see [llms.txt](https://docs.algomojo.com/algomojo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algomojo.com/algomojo/brokers/login-to-broker/goodwill.md).

# Goodwill

### Login with Goodwill

Follow these Tutorial video to log in :

#### Video Tutorial

{% embed url="<https://vimeo.com/993938037>" %}

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th></tr></thead><tbody><tr><td align="center"><a href="https://gc.algomojo.com/#/"><strong>Login with Goodwill</strong></a></td></tr><tr><td align="center"><a href="https://algomojo.com/open-an-account/registration/?broker=GC"><strong>Open An Account</strong></a></td></tr></tbody></table>

### 🔗 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
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:

```
GET https://docs.algomojo.com/algomojo/brokers/login-to-broker/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.
