# Getting Started

- [Quickstart](https://docs.codefortify.ai/getting-started/quickstart.md)
- [Publish your docs](https://docs.codefortify.ai/getting-started/publish-your-docs.md)
- [Getting Started with a Free Codefortify Account](https://docs.codefortify.ai/getting-started/getting-started-with-a-free-codefortify-account.md): This guide will help you get started with our platform, manage your projects, integrate GitHub repositories, and configure security scanners like Gitleaks.
- [Setting Up Gitleaks for Secret Detection](https://docs.codefortify.ai/getting-started/setting-up-gitleaks-for-secret-detection.md)
- [Setting Up a Project](https://docs.codefortify.ai/getting-started/setting-up-a-project.md): This section will walk you through how to setup a new project within Codefortify
- [Configuring Custom Severity Scores in Codefortify](https://docs.codefortify.ai/getting-started/configuring-custom-severity-scores-in-codefortify.md): This guide will help you configure custom severity scores and prioritize vulnerabilities within your projects, enabling your team to focus on the most critical issues for effective security management
- [Enable the GitHub Dependency Graph for SBOM Insights](https://docs.codefortify.ai/getting-started/enable-the-github-dependency-graph-for-sbom-insights.md): The Dependency Graph tracks your repository's dependencies, enabling deeper insights and allowing you to generate a Software Bill of Materials (SBOM) to enhance project visibility and security.
- [Generating an SBOM](https://docs.codefortify.ai/getting-started/generating-an-sbom.md)
- [Reviewing and Resolving a Vulnerability](https://docs.codefortify.ai/getting-started/reviewing-and-resolving-a-vulnerability.md)
- [Activating a New Scanner](https://docs.codefortify.ai/getting-started/activating-a-new-scanner.md)
- [Setting Up Two Factor Authentication](https://docs.codefortify.ai/getting-started/setting-up-two-factor-authentication.md)
- [Adding a New User to Your Team](https://docs.codefortify.ai/getting-started/adding-a-new-user-to-your-team.md)
- [Authenticate to Your GitHub Account](https://docs.codefortify.ai/getting-started/authenticate-to-your-github-account.md)
- [Upgrading Your Plan](https://docs.codefortify.ai/getting-started/upgrading-your-plan.md): Love all the vulnerabilities you're mitigating and ready to expand your reach to additional users and additional functionality?


---

# 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://docs.codefortify.ai/getting-started.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.
