# Artifact Server

This section explains how to connect to and use Seal's artifact server. In particular, we will explain:

1. How to generate a token to the artifact server.
2. How to configure your package manager to work with Seal's artifact server.
3. How to manually edit your dependencies to use the sealed versions.

{% hint style="warning" %}
Configuring your package manager to work with a different artifact server, as well as directly editing your dependencies can be tricky. For a simpler user experience it is recommended instead to incorporate the [Seal CLI as part of your CI](/fundamentals/cli/integrating-with-the-ci.md).
{% endhint %}

Learn more about how to use the artifact server in the following sections.


---

# 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.sealsecurity.io/fundamentals/artifact-server.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.
