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

# Login

To use the platform, you need to log in, first. Therefore, open[ ](https://app.rumwork.io/auth/login)<https://app.rampwin.com/auth/login> on your browser window.

<br>

Or you can click the Register/Login button. This will open the following login page.&#x20;

<br>

![](https://lh7-us.googleusercontent.com/WeJKfg6fvHtkvSSQ9h2UNKd27R18HK4s_dkiSuQwlZuw9lWUCuf6KeDARh2fjYXvB0VTwKcNwb2msnT7efjqZd1h06bTKikp0NqnXNc5j4SDHeOqDe3_ucVF0Dgzi55Y6gMcvZaaBBQmmf7T6edktg)

<br>

Enter the ID and Password then log in.

<br>

If you Don’t have any ID and Password then Click on Create an account.

<br>

![](https://lh7-us.googleusercontent.com/ETAj_qSjnSNwqBXGNDNdDB4mp_X63nPKBJIGM9-tHsYZUCWJ6FuqT6sqiavSa0wLhsLmXpV2l4UGLWdRW_KlvNmnDjBTCK2P5Z8QYj-H6j1nRMiiAN05OUvCbPc1Cao-fFLqmw61f80i18fCnO7bGw)

<br>

Fill in the details like (Email, Password, Country, Phone number with Country Code)

<br>

Simply enter the details and click the Register Button.

<br>

<figure><img src="https://lh7-us.googleusercontent.com/m4YcXDRzQZYJUNz4JvJAPnz9wYEp4jdyiYMVkwqBwWLfFIFuddXk6TRfjw6R3PL0F4KgeaxJrHruWzqmKrjnM1EosBRhRARaV1zmbt1VvzIo7HA7p_TAoaDWrzfCU-AWtRCAEK4AQMhvChdpjbIRpA" alt=""><figcaption></figcaption></figure>

<br>

It will send an email to confirm your details. Login to your email, then confirm the account. Once done, open the login window and use your details to log in.&#x20;

\ <br>

![](https://lh7-us.googleusercontent.com/_1nlK3bdA6t4UzjDZL9ATluML24EtUIuE4F5dQ0sDet8YxoVgVhqBIlkzR5cfDpdK3fg_hhSbV9J3CXLK4AyfY_PE6EmgHPqvxKeF0ORogG0Q3KTe0JWkng2UGlBvaMrhEW8-ViL3_GvoW9CeAggRg)

<br>

Upon successful login, you'll find yourself on the Dashboard

<br>

#### Forgot Password

<br>

If you've forgotten your password, simply click Forgot Password.

Then, enter your email and click on the Send reset link button.

<br>

Open your email and follow the instructions to reset your password.

![](https://lh7-us.googleusercontent.com/jqEUQPgmVkyIr0DxHvr5MoKX47plXBp1jPWzynHdeTvG0O7ajuKt7cH_KMpPhh0ENN-BGq6-W3XhhtHHMLt3hGsbINw5O8Baz4o6S1hUBZkv50uwHOzmZ_VvYDegKu98IKPHbXMg9HH7g-Ao7XIsVg)

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.rampwin.com/login.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
