> For the complete documentation index, see [llms.txt](https://pikasso-1.gitbook.io/pikasso/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pikasso-1.gitbook.io/pikasso/our-product/sdks-for-nft-project-builders-and-artists/otp.md).

# OTP

After the user inputs their email and continue, OTP including 6 digits will send to the user's email:

* If the user inputs the OTP correctly, then allow the user to log into Pikasso successfully
* The user has a maximum to input OTP 3 times, if they input the wrong OTP for the 3rd time, then the system will fall the error message and the system will redirect the user to input email screen for continuing
* If over 5 mins, the user did not input OTP then the system will fall the error message and allow the user to resend OTP
* The user can only resend OTP after 60 seconds


---

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

```
GET https://pikasso-1.gitbook.io/pikasso/our-product/sdks-for-nft-project-builders-and-artists/otp.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.
