> For the complete documentation index, see [llms.txt](https://help.spinym.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.spinym.com/get-started/login.md).

# How to log in

Your Spinym Account is waiting for you. Logging into an account is as simple as ABC. There are two ways to log into your Spinym Account: Either with username or email and password or with one of your social accounts.

## Login with a social account

Have you linked your  Facebook, Twitter, or Google account already or created your account with one of these? Then all you need is just a to tap a button and voila!

* Tap on **Continue with Facebook** to log into your account using Facebook.
* Tap on **Sign in with Google** to log into your account using Google
* Tap on **Sign in with Twitter** to log into your account using Twitter

{% hint style="info" %}
Your Facebook, Twitter, or Google account must be linked with a Spinym account already unless a new account would be created instead
{% endhint %}

That's all!

## Login with username/email & password

If you have an email and password set. Here is how you can log into your account.

* Tap on the **Log In** button
* Enter your **username** or **email**
* Enter your **password**
* Press on **Go**

That's all!

{% hint style="info" %}
In case you've forgotten your username or password, press on **Forgot Logins** to recover your account or password.
{% endhint %}

Happy asking and welcome back!


---

# 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://help.spinym.com/get-started/login.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.
