# Password Policy

The Hummingbird platform has a system to assess password strength, and we require strong passwords. Rather than requiring a specific mix of characters (such as uppercase letters or symbols), our system evaluates the overall complexity of the password to ensure it's highly secure.

To meet the required strength, we recommend using a longer password (ideally over 12 characters) that includes a combination of:

* Unique words or phrases
* Uppercase and lowercase letters
* Numbers
* Symbols, if possible

&#x20;

Avoid using common words, predictable sequences (like "1234"), or patterns that could make the password easier to guess. For best results, consider combining unrelated words or phrases to reach the highest level of security required on our platform.

For further assistance feel free to our support team at, <support@hummingbird.co>, who is happy to help troubleshoot.


---

# 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://help.hummingbird.co/account-and-access-management/password-policy.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.
