# Quickstart

### Sign up

First, sign up as a user by going [here](https://unfurl-connect.com/register/user/). You can sign in using Web3 and connecting a wallet account. You will be able to add other wallet accounts later and link social logins to your user.&#x20;

### Client Configuration

You will receive a `client id` and a `client secret` by going [here](https://unfurl-connect.com/register/client/), or clicking on "connect your app".

You can then map existing locks to access roles, but the only thing you have to do is set a `redirect uri`. Other options are described within [Branding](/guides/branding.md) and [Advanced Configuration](/guides/advanced-configuration.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.unfurl-connect.com/guides/quickstart.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.
