# Publishing Workflows

- [Creating Reports In-App](https://docs.kyso.io/posting-to-kyso/creating-reports-on-kyso.md): Create content in the browser just like you would on Sharepoint, Notion or Google Docs
- [Kyso's Command Line Tool](https://docs.kyso.io/posting-to-kyso/kysos-command-line-tool.md): Users can leverage the Kyso command line tool to publish/download reports to and from Kyso directly from their machines.
- [Installation](https://docs.kyso.io/posting-to-kyso/kysos-command-line-tool/installation.md): How to install the kyso-cli on your machine
- [Using Amazon Linux](https://docs.kyso.io/posting-to-kyso/kysos-command-line-tool/installation/using-amazon-linux.md): Installation steps for Amazon Linux
- [Authorization](https://docs.kyso.io/posting-to-kyso/kysos-command-line-tool/authorization.md): How to login to Kyso with the Kyso CLI
- [Publishing & Downloading](https://docs.kyso.io/posting-to-kyso/kysos-command-line-tool/publishing-and-downloading.md): How to push & pull your research to and from Kyso using the Kyso CLI
- [Advanced configuration](https://docs.kyso.io/posting-to-kyso/kysos-command-line-tool/advanced-configuration.md): This page explains how you can configure your environment to start publishing research to Kyso using our CLI package.
- [Integrating with Git](https://docs.kyso.io/posting-to-kyso/connect-a-github-repo-to-kyso.md): This section will help you understand Kyso's Git integration so you can start automatically publishing reports on commit.
- [Github](https://docs.kyso.io/posting-to-kyso/connect-a-github-repo-to-kyso/github.md): Learn how to set up Github Actions so publishing your data science work becomes automatic!!
- [Gitlab](https://docs.kyso.io/posting-to-kyso/connect-a-github-repo-to-kyso/gitlab.md): Learn how to setup Gitlab CI pipelines so publishing your data science work becomes automatic!!
- [Bitbucket](https://docs.kyso.io/posting-to-kyso/connect-a-github-repo-to-kyso/bitbucket.md): Learn how to setup CI pipelines so publishing your data science work becomes automatic!!
- [Configuring Report Metadata](https://docs.kyso.io/posting-to-kyso/configuring-report-metadata.md): How to ensure your colleagues can easily discover your company's data science work.
- [Importing Files from S3](https://docs.kyso.io/posting-to-kyso/importing-files-from-s3.md): Does your company currently have 000s of PowerPoints, Notebooks, PDFs and other file types just sitting in an s3 bucket?
- [Publishing FAQ](https://docs.kyso.io/posting-to-kyso/publishing-faq.md): Troubleshooting publishing issues
- [Meta Reports](https://docs.kyso.io/posting-to-kyso/publishing-faq/meta-reports.md): How to configure metadata on multi-level repositories when publishing to Kyso.
- [Pushing Single Files](https://docs.kyso.io/posting-to-kyso/publishing-faq/pushing-single-files.md): Sometimes you may want to post a single file for some quick testing instead of an entire folder every time you push...
- [Issues with Report Rendering](https://docs.kyso.io/posting-to-kyso/publishing-faq/issues-with-report-rendering.md): If your post is not rendering the way you expected the most common issues are related to the specifications in the kyso.yaml file.


---

# 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.kyso.io/posting-to-kyso.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.
