# Log in

## Log in to your Medable admin portal

Complete the following steps to log in to the Medable control panel for your org:

1. Navigate to the development or production environment using one of the following URLs. Replace `<org_code>` with the org code that was specified when signing up:
   * **Development:** `https://app.dev.medable.com/<org_code>`
   * **Production:** `https://app.medable.com/<org_code>`
2. Enter your username (the email address you specified when signing up) on the login screen.
3. Enter your password.
4. Click **Sign In**.


---

# 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.medable.com/getting-started/cortex-user-guide/log-in.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.
