> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/managing-account/log-in-to-snyk-api-web.md).

# Log in to Snyk API & Web

Learn how you can access your Snyk API & Web account.

There are a few ways you can access your Snyk API & Web account:

* Log in with email and password.
* Log in with Snyk Single Sign-On (SSO).
* Log in with your company SSO.

Using SSO saves you and your users time, improves the overall experience, and enhances security.

If you already use your company's SSO to log in to Snyk, you can log in to Snyk API & Web with your existing Snyk account, and all members of your Snyk Organization have access as well. Click **Log in with Snyk** to access Snyk API & Web.

If you are a Snyk user not using SSO yet and want to access Snyk API & Web, set up SSO with Snyk by visiting [Single Sign-On (SSO) for authentication to Snyk](https://docs.snyk.io/enterprise-setup/single-sign-on-sso-for-authentication-to-snyk).

If you are not a Snyk user, and you only use Snyk API & Web, you can [set up SSO separately for Snyk API & Web](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/managing-account/set-up-single-sign-on-sso-in-snyk-api-web.md).

If you do not use SSO, or if you access Snyk through social login or passwordless methods, you must set up a password for accessing Snyk API & Web. When you create an account, you receive instructions on how to do this.


---

# 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://docs.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/managing-account/log-in-to-snyk-api-web.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.
