> For the complete documentation index, see [llms.txt](https://docs.violetlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.violetlabs.com/apps/g.md).

# G

- [Gitea](https://docs.violetlabs.com/apps/g/gitea.md): Gitea is a DevOps platform that brings teams and developers high-efficiency with easy operations from planning to production. Learn more at www.gitea.com.
- [GitHub](https://docs.violetlabs.com/apps/g/github.md): GitHub is a developer platform that allows developers to create, store, manage and share their code. Learn more at www.github.com.
- [\[Optional\] Connect with an API Token](https://docs.violetlabs.com/apps/g/github/optional-connect-with-an-api-token.md)
- [GitLab](https://docs.violetlabs.com/apps/g/gitlab.md): GitLab is a web-based Git repository that provides free open and private repositories, issue-following capabilities, and wikis. Learn more at www.gitlab.com.
- [Generate a GitLab API Token](https://docs.violetlabs.com/apps/g/gitlab/generate-a-gitlab-api-token.md)
- [Connect self-hosted GitLab](https://docs.violetlabs.com/apps/g/gitlab/connect-self-hosted-gitlab.md)
- [GENESYS](https://docs.violetlabs.com/apps/g/genesys.md): GENESYS is a systems engineering modeling platform built on the Systems Definition Language. Learn more at www.zuken.com/us/product/mbse-with-genesys.
- [Glue (Coming soon)](https://docs.violetlabs.com/apps/g/glue-coming-soon.md): Glue accelerates validation and verification by linking product specifications and performance to hardware testing and automation. Learn more at www.gluestudio.com.
- [Google Drive](https://docs.violetlabs.com/apps/g/google-drive.md): Google Drive is a cloud-based storage service that allows users to store, access, and share files online. Learn more at workspace.google.com.
- [Google Sheets](https://docs.violetlabs.com/apps/g/google-sheets.md): Google Sheets allows users to create, edit, and format spreadsheets while collaborating with others in real-time. Learn more at workspace.google.com.
- [Greenhouse](https://docs.violetlabs.com/apps/g/greenhouse.md): Use the Greenhouse integration to fetch and organize hiring and interview data


---

# 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.violetlabs.com/apps/g.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.
