# Registration & Login

Sec1 offers flexible options for user authentication, allowing users to access the platform via GitHub login or through new user registration. Explore the following sections for detailed documentation on setting up and managing user access to the Sec1 Platform seamlessly.

## Login with GitHub

Authenticate users seamlessly using their GitHub credentials to access the Sec1 Platform:

* [Login with GITHub](/user-docs/2-integration-with-sec1/1-registration-login/1-login-with-github.md)

## New Registration

Guide users through the process of registering as new users to gain access to the Sec1 Platform:

* [New Registration](/user-docs/2-integration-with-sec1/1-registration-login/2-new-registration.md)

## Forgot Password

Provide users with a streamlined process for resetting their passwords if forgotten:

* [Forgot Password](/user-docs/2-integration-with-sec1/1-registration-login/3-forgot-password.md)

## Team Administration

Manage user access and permissions efficiently by administering teams within the Sec1 Platform:

* [Team Administration](/user-docs/2-integration-with-sec1/1-registration-login/4-team-administration.md)


---

# 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.sec1.io/user-docs/2-integration-with-sec1/1-registration-login.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.
