# Getting Started

- [Cortex User Guide](https://docs.medable.com/getting-started/cortex-user-guide.md)
- [Organizations](https://docs.medable.com/getting-started/cortex-user-guide/organizations.md)
- [Log in](https://docs.medable.com/getting-started/cortex-user-guide/log-in.md)
- [Generate an API key](https://docs.medable.com/getting-started/cortex-user-guide/gen-api-key.md)
- [Make your first API request](https://docs.medable.com/getting-started/cortex-user-guide/first-api-request.md)
- [Configure the org settings](https://docs.medable.com/getting-started/cortex-user-guide/configuring-org-settings.md)
- [Set up a data model](https://docs.medable.com/getting-started/cortex-user-guide/data-model-setup.md)
- [Create custom objects](https://docs.medable.com/getting-started/cortex-user-guide/data-model-setup/create-custom-objects.md)
- [Add custom properties](https://docs.medable.com/getting-started/cortex-user-guide/data-model-setup/add-custom-properties.md)
- [One-to-many relationships](https://docs.medable.com/getting-started/cortex-user-guide/one-to-many-relationships.md)
- [Read and write data](https://docs.medable.com/getting-started/cortex-user-guide/write-and-read-data.md)
- [Making a Request](https://docs.medable.com/getting-started/cortex-user-guide/making-requests.md)
- [Handling responses](https://docs.medable.com/getting-started/cortex-user-guide/handling-responses.md)
- [Authentication](https://docs.medable.com/getting-started/cortex-user-guide/authentication.md)
- [Two-factor authentication](https://docs.medable.com/getting-started/cortex-user-guide/two-factor-auth.md)
- [Set third-party cookies](https://docs.medable.com/getting-started/cortex-user-guide/third-party-cookies.md)
- [Connections](https://docs.medable.com/getting-started/cortex-user-guide/connections.md)
- [Upload files](https://docs.medable.com/getting-started/cortex-user-guide/file-uploads.md)
- [Cortex iOS](https://docs.medable.com/getting-started/cortex-user-guide/cortex-ios.md)
- [Get started with Swift](https://docs.medable.com/getting-started/cortex-user-guide/swift-start.md)
- [Cortex service accounts](https://docs.medable.com/getting-started/cortex-user-guide/cortex-service-accounts.md)
- [Cortex developer tools](https://docs.medable.com/getting-started/cortex-user-guide/cortex-dev-tools.md)
- [Automated Account Notifications](https://docs.medable.com/getting-started/cortex-user-guide/automated-account-notifications.md): Notifications that are automatically sent by the system for account activation, connection, and password management activities.


---

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