# 9. User login and registration

{% hint style="info" %}
A simple 'getting started' video on this topic is coming soon. In the meantime, the following information should provide a good reference.
{% endhint %}

{% hint style="info" %}
There are multiple ways of achieving this, and some of our template files include a simpler method - see the [AI-poowered chat app](https://app.buzzy.buzz/app/3702d99d7ac3e3a578559cf4/cd3d3f61ca1be15dfc1dcbc2/wR9rXzwbq8aHfB8LPnfq7hr5), the [course quiz app](https://app.buzzy.buzz/app/3702d99d7ac3e3a578559cf4/cd3d3f61ca1be15dfc1dcbc2/KKyiytQeb6otJwvPjpCJJr7B) and the [location reporting app](https://app.buzzy.buzz/app/3702d99d7ac3e3a578559cf4/cd3d3f61ca1be15dfc1dcbc2/P7h2oFqYsEowJgwmwXaikwR5) for working examples.
{% endhint %}

The video and example app below demonstrate how to set up a user registration and login flow from Figma using the Buzzy Figma plugin.

{% embed url="<https://youtu.be/lSwQx_pmWOA>" %}

The FIgma file used in the video above is available as a Buzzy Figma community file:

{% embed url="<https://www.figma.com/community/file/1141010375005736952>" %}


---

# 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.buzzy.buzz/getting-started-with-buzzy/getting-started-with-figma/9.-user-login-and-registration.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.
