> For the complete documentation index, see [llms.txt](https://developer.sahamati.org.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.sahamati.org.in/sahamatinet-agent-sna/github-resources.md).

# GitHub Resources

All SNA resources are hosted in a single GitHub repository. This repository contains all the artifacts you need to deploy and integrate with SNA.

<table><thead><tr><th width="157.6666259765625">Resource</th><th width="288.6666259765625">Description</th><th>Location in Repo</th></tr></thead><tbody><tr><td>SNA Helm Chart</td><td>Kubernetes Helm chart for deploying SNA to your cluster</td><td>helmchart/</td></tr><tr><td>snalib Go</td><td>Go client library for integrating your AA service with SNA</td><td>snalib-dist/go/</td></tr><tr><td>snalib Java</td><td>Java client library for integrating your AA service with SNA</td><td>snalib-dist/java/</td></tr><tr><td>snalib Node</td><td>Node client library for integrating your AA service with SNA</td><td>snalib-dist/node/</td></tr><tr><td>README</td><td>Overview, setup, and quick-start guide</td><td>README.md</td></tr></tbody></table>

### Repository Link

<https://github.com/Sahamati/sahamatinet-agent-downloadables>

### Access

If you are an AA and want to get access to the repository, send an email to <jithesh.kumar@sahamati.org.in>


---

# 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://developer.sahamati.org.in/sahamatinet-agent-sna/github-resources.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.
