# Publish an Artifact

Your artifacts can be used within [Workflows](/user-guides/workflow-user-guide.md) and included in [Releases](/user-guides/workflow-user-guide/packages-and-releases.md#releases) which can then be deployed to [Machines](/reference/hardware-hierarchy.md#machine).&#x20;

## Using Our Upload Action in GitHub Workflows

Our [Upload Action](/operator-guides/integrating-with-github/upload-action.md) for GitHub allows you to upload artifacts directly to the Chassy Index which can later be brought into Workflows using the[ *Find Package*](/reference/workflow-components/steps.md#find-package) step.

## Using External Sources

Using the [*Import Package*](/reference/workflow-components/steps.md#import-package) step, you can import artifacts from external sources such as (S3, Wasabi, Docker container registries, and more).


---

# 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.chassy.io/tutorials/publish-an-artifact.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.
