> ## Documentation Index
> Fetch the complete documentation index at: https://docs.farmiosolutions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart Guide

> Begin with a guide on the fastest path to a successful outcome

Describe how someone begins using your product. What is the first thing they need to do? Are there any prerequisites?

A quickstart should take someone from zero to using your product. They'll get a quick win and a sense of what they can accomplish.

## Prerequisites

Before you begin, you must have:

* Requirement one (for example, Node.js 18+, a free account, an API key)
* Requirement two (for example, a compatible device, a compatible browser, a compatible operating system)

## Get started

<Steps>
  <Step title="Install">
    Describe how to install your product or sign up.

    ```bash theme={null}
    npm install your-package
    ```
  </Step>

  <Step title="Configure">
    Describe any setup or configuration needed before first use.

    ```bash theme={null}
    your-cli init
    ```
  </Step>

  <Step title="Run it">
    Show the first thing a user does to see it working.

    ```bash theme={null}
    your-cli start
    ```
  </Step>
</Steps>

<Tip>
  Give people a way to get help. This could be a link to a support page, a chat with a customer support agent, or a forum for your product.

  Example: Need help? Reach out to us at [support@yourcompany.com](mailto:support@yourcompany.com).
</Tip>

***

## title: "How to Log In to Gmail" sidebarTitle: "Logging In" description: "A step-by-step guide to accessing your Gmail account on desktop and mobile devices."

# Accessing Your Gmail Account

Logging into your Gmail account gives you instant access to your emails, Google Drive, Calendar, and other Google Workspace services. Follow this guide to securely log in from any device.

## Log In on a Desktop Browser

Follow these steps to access your email from a computer:

1. **Navigate to Gmail** Open your preferred web browser and go to [gmail.com](https://gmail.com).
2. **Enter your email address** Type your full Google Email address (e.g., `yourname@gmail.com`) or the phone number associated with your account into the text field, then click **Next**.
3. **Enter your password** Type your password. If you are on a private device and want to verify your spelling, click the **Show password** icon. Click **Next** to proceed.
4. **Complete 2-Step Verification** *(If enabled)* If you have two-factor authentication turned on, check your mobile device for a prompt or enter the verification code sent via SMS or an authenticator app.

<Info>
  **Using a public computer?** Always use a private browsing window (Incognito mode) so your login information isn't saved on the machine. Don't forget to click **Sign Out** when you're finished!
</Info>

***

## Log In on a Mobile Device

You can access Gmail on smartphones and tablets using the official application.

### iOS and Android Steps

* **Download the App:** Ensure you have the official **Google Gmail** app installed from the Apple App Store or Google Play Store.
* **Add an Account:** Open the app. If it is your first time opening it, tap **Sign in**. If you already have an account active, tap your profile picture in the top-right corner and select **Add another account**.
* **Select Google:** Choose **Google** from the list of email providers.
* **Authenticate:** Enter your email and password as prompted by the secure sign-in screen.

***

## Troubleshooting Common Login Issues

If you encounter errors during the login process, try these quick troubleshooting methods:

| Issue                               | Solution                                                                                                               |
| :---------------------------------- | :--------------------------------------------------------------------------------------------------------------------- |
| **Forgot Password**                 | Click the **Forgot password?** link on the login screen to recover your account via your backup email or phone number. |
| **Incorrect Password Error**        | Check your `Caps Lock` and `Num Lock` keys. Google passwords are case-sensitive.                                       |
| **Browser Loops / Loading Freezes** | Clear your browser's cache and cookies, or try logging in using a different web browser.                               |

<Tip>
  If you frequently forget your credentials, consider using a secure password manager to safely store and auto-fill your Google account information.
</Tip>
