> For the complete documentation index, see [llms.txt](https://faq.deepform.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.deepform.net/page-1.md).

# Page 1

## Apple account

If you have an Apple account, you can sign up for a Deepform account using your Apple account details.

1. Go to [deepform.net](https://faq.deepform.net/www.deepform.net) and click **Sign in** on the top right corner.
2. Once redirected to signin screen, click "Continue with Apple" on the screen.
3. Enter your Apple ID.
4. You will then be able to Enter your password.
5. Please enter the verification code once it is sent to your phone.
6. Please select the trust option in your browser.
7. Please review the "Sign in with Apple" guide and then click the continue button.
8. Then you will get options to share or hide your email address. Once you have made your selection, please hit the "continue" button once again.


---

# 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://faq.deepform.net/page-1.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.
