> For the complete documentation index, see [llms.txt](https://docs.veedna.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.veedna.com/continuous-vulnerability-elimination-factory-cvef/setting-up.md).

# Setting Up

Set up CVEF by enabling it for your tenant, then opening it in the Lineaje Portal.

### Before you begin

There is no software to install or infrastructure to provision. Before you start, confirm the following:

| **Requirement**       | **Details**                                                                            |
| --------------------- | -------------------------------------------------------------------------------------- |
| CVEF tenant license   | CVEF is licensed and enabled per tenant. Contact your Lineaje account team for access. |
| Lineaje Portal access | Sign-in credentials for your organization's Lineaje Portal.                            |
| Supported web browser | Current Google Chrome, Microsoft Edge, Mozilla Firefox, or Apple Safari.               |
| Network access        | Connectivity to your organization's Lineaje platform endpoint.                         |
| Repository access     | Write access, or a maintainer with access, to merge CVEF pull requests.                |

{% hint style="info" %}
CVEF authenticates through the Lineaje Portal, which also enforces your tenant's CVEF license. No separate CVEF login is required.
{% endhint %}

### (Optional) Frontier Model Scanner access

To use the Frontier Model Scanner, provide an API key from Anthropic or OpenRouter. You can also use an AWS Bedrock account. To learn more, see [Frontier Model Scanner](/continuous-vulnerability-elimination-factory-cvef/frontier-model-scanner.md).

### Enable CVEF

{% stepper %}
{% step %}

#### Request CVEF for your tenant

Contact your assigned Lineaje FDE and request CVEF for your tenant. The account team provisions the license and confirms when enablement is complete.
{% endstep %}

{% step %}

#### Log in to the Lineaje Portal

Log in to the Lineaje Portal ([https://app.veedna.com](https://app.veedna.com/auth/signup)) with your existing credentials. CVEF becomes available to all users in your tenant on their next login after enablement.
{% endstep %}

{% step %}

#### Open CVEF

Select **CVEF** in the main navigation. The Mission Control dashboard opens and displays live data for your organization.
{% endstep %}
{% endstepper %}


---

# 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.veedna.com/continuous-vulnerability-elimination-factory-cvef/setting-up.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.
