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

# Signing in

> How to log in to Uplift Hub.

export const Ui = ({children}) => <span style={{
  display: "inline-flex",
  alignItems: "center",
  padding: "1px 6px",
  background: "#f7f8f8",
  border: "1px solid #e9ecef",
  borderRadius: 4,
  fontSize: "0.92em",
  fontWeight: 500,
  color: "#101213"
}}>
    {children}
  </span>;

Open Uplift Hub in your browser at [app.uplifthub.io](https://app.uplifthub.io),
enter your email and password, and select <Ui>Login</Ui>.

If you've forgotten your password, use <Ui>Forgot password?</Ui> on the sign-in
screen and follow the link sent to your inbox.

<Tip>
  **Single sign-on** — if your team uses SSO, ask your Platform 195 representative
  to enable it for your domain.
</Tip>
