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

# Registration

Let's get you on the roster.

## Select Register on the Welcome Screen

Welcome! Now that you've got the app installed, tap register to create an account using your email address.

## Complete the Registration Form

Add your full name, you preferred email for authentication and communications from our team, and a secure password (ideally created with a password manager).

{% hint style="info" %}
**We recommend using your personal email address**, even if you're using CertLocker with an employer organization. CertLocker is built with individual responders in mind, so the Certs *you earn* can follow you throughout your career.
{% endhint %}

Make sure your password entries match, and if you need to view them to confirm, use the show/hide buttons in the password fields.

<div><figure><img src="https://1514837775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJJV7CPhYhpSlK5TR3Hcn%2Fuploads%2FzOBcGARjf0UzIU8h96zo%2F1.0.0-register-blank.PNG?alt=media&amp;token=f95d68d6-7993-47bb-b887-51c52378ddc0" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="https://1514837775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJJV7CPhYhpSlK5TR3Hcn%2Fuploads%2FiICQfTCaeilFaBVSiz8W%2F1.0.0-register-complete.PNG?alt=media&amp;token=f56a44cc-ead1-4856-9c18-e070f4b964b9" alt="" width="375"><figcaption></figcaption></figure></div>

## Tap Create Account

CertLocker will validate your submission, and as long as all the inputs look good, you're in! If any issues are detected, you will see a notice with instructions on what's wrong (something like password mismatch, invalid email formatting, or email already in use).

## Phone-Only Registration

If you don't have an email address or prefer to register using just your phone, tap Login via Text Message, where the Phone Login screen doubles as Registration and Login. Enter your phone number, then tap submit. You'll be routed to the Verify Code screen, and you'll receive a text message with the code to enter in the field provided, then tap Submit.

<div><figure><img src="https://1514837775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJJV7CPhYhpSlK5TR3Hcn%2Fuploads%2FlXSQjxsrKwDj9FsXro31%2F1.0.0-register-phone-complete.PNG?alt=media&amp;token=4fe586c9-3f6c-451b-a1db-5cefd0552ba9" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="https://1514837775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJJV7CPhYhpSlK5TR3Hcn%2Fuploads%2FahjHxAnT38IwJ9lidqFS%2F1.0.0-register-phone-verify.PNG?alt=media&amp;token=2cc1bb15-0871-42e4-9530-4b0a206e33a8" alt="" width="375"><figcaption></figcaption></figure></div>

## Success!

With successful registration, you'll see a welcome message, and after you've finished with it, you'll be routed to the Home screen, where you can begin exploring what CertLocker has to offer. We recommend you start by navigating to My Certs to upload your first Cert, or head over to Settings to upload a profile photo and create your user profile.

<div><figure><img src="https://1514837775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJJV7CPhYhpSlK5TR3Hcn%2Fuploads%2Fp56Ehv4wSz9j2TPav3J7%2F1.0.0-welcome-announcement.PNG?alt=media&amp;token=aa9ed999-f966-4d23-932c-fd76e7ddf875" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="https://1514837775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJJV7CPhYhpSlK5TR3Hcn%2Fuploads%2FVeQrl1nVtggCDoKGgQE6%2F1.0.0-home-new.PNG?alt=media&amp;token=7e985de4-314c-468d-b0bb-484c2dfe0b82" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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.certlocker.app/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.
