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

# Registration

## Sign up

1. Visit our website [www.devtodev.com](<https://www.devtodev.com >) and click `Get started`.&#x20;

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

2. Fill out the registration form.&#x20;

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

3. You will receive an email to confirm your registration.&#x20;

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

## Single Sign-On (SSO)

{% hint style="info" %}
SSO is available only for the [Enterprise plan](https://www.devtodev.com/pricing).
{% endhint %}

**Single Sign-On** allows you to log in to devtodev using your corporate credentials, reducing password fatigue and strengthening access control across your organization.&#x20;

SSO can be configured with your organization’s identity provider. Once activated, team members authenticate via your company’s secure login system – no separate devtodev password required.&#x20;

{% hint style="success" %}
Reach out to our Customer Success team within the platform or using the [`Contact Us`](https://www.devtodev.com/contact-us) form to learn more and enable SSO for your organization. Please add **SSO** when submitting your request. &#x20;
{% endhint %}


---

# 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.devtodev.com/getting-started/registration.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.
