# I forgot my login password, what should I do?

If you've forgotten your AllTick account password, it can typically be reset through the following steps:

1. #### Visit the Login Page

   First, visit the AllTick official website and navigate to the login page.
2. #### Find the "Forgot Password" Link

   Near the login form, there should be a "Forgot Password?" or similar link. Click this link to start the password reset process.
3. #### Enter Your Email Address

   Follow the instructions and enter the email address you used to register your AllTick account. Ensure you enter the correct email address, as the instructions for resetting your password will be sent to this address.
4. #### Check Your Email

   After submitting your email address, AllTick will send an email containing password reset instructions to that address. This may take a few minutes, so please be patient and check your spam folder in case the email is mistakenly marked as spam.
5. #### Follow the Instructions in the Email to Reset Your Password

   Open the email sent by AllTick and click the link within the email or follow the given instructions. This will typically lead you to a page where you can set a new password.
6. #### Set a New Password

   On the specified page, enter your new password. You may be required to enter the new password twice to confirm it is correct.
7. #### Complete the Password Reset and Log In

   After setting the new password, you should be able to log in to your AllTick account using the new password. Make sure to remember this new password or use a password manager to save it.
8. #### Contact Customer Support

   If you encounter any problems during the password reset process or do not receive the password reset email, please contact AllTick's customer support directly for assistance.

When resetting your password, it's important to choose a password that is both secure and easy to remember. It is recommended to use a combination of upper and lower case letters, numbers, and special characters to enhance the security of your account.

***

### Official Website

{% hint style="info" %}
Official website: <https://alltick.co/>
{% endhint %}


---

# 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://en.apis.alltick.co/faqs/subscription-and-account-management/i-forgot-my-login-password-what-should-i-do.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.
