# Useful Links

A collection of links to external tools, libraries, app repos, and documentation.

## App Repos <a href="#app-repos" id="app-repos"></a>

[Autoprop](https://github.com/urbit/urbit/tree/develop/pkg/autoprop) - automatically build pills.

[Citadel](https://github.com/ryjm/citadel) - desk management on Urbit.

[Deskjam](https://github.com/tinnus-napbus/deskjam) - import and export desks.

[Docs](https://github.com/tinnus-napbus/docs-app) - include documentation with your app.

[Emissary](https://github.com/sigilante/emissary) - allow a star to designate a planet as its representative.

[Herd](https://github.com/midsum-salrux/herd) - desk dependency management.

[Paldev Suite](https://github.com/Fang-/suite) - apps and libraries by \~paldev including Pals and Rumors.

## External Docs <a href="#external-docs" id="external-docs"></a>

[GroundSeg Docs](https://manual.groundseg.app/) - documentation for GroundSeg by Native Planet.

## Hoon Libraries <a href="#hoon-libraries" id="hoon-libraries"></a>

[John](https://github.com/litlep-nibbyt/john) - automatic JSON reparsing.

[/lib/string](https://github.com/sigilante/string) - a string library for mortals.

[Manx Utils](https://github.com/tinnus-napbus/manx-utils) - tools for working with XML structures.

[Mast](https://github.com/R-JG/mast) - a library for building fully dynamic Sail front-ends.

[Paldev Suite](https://github.com/Fang-/suite) - apps and libraries by \~paldev including Rudder & Gossip.

[Regex](https://github.com/lynko/re.hoon) - an implementation of POSIX extended regular expressions.

[Saloon](https://github.com/sigilante/saloon) - transcendental and algebraic functions in Hoon (WIP).

[Yard](https://github.com/urbit/yard) - helpful utilities for app development.

## JS Libraries <a href="#js-libraries" id="js-libraries"></a>

[create-landscape-app](https://github.com/urbit/create-landscape-app) - get started building an Urbit app.

[HTTP API](https://github.com/urbit/js-http-api) - connect to an Urbit ship via a JS application.

[nockjs](https://github.com/urbit/nockjs) - A JS implementation of Nock, plus some useful functions.

[sigil-js](https://github.com/urbit/sigil-js) - A library for generating sigil profile pictures from `@p`s.

[urbit-ob](https://github.com/urbit/urbit-ob) - Utilities for Hoon-style atom printing and conversion.

## Other Languages <a href="#other-languages" id="other-languages"></a>

[go-urbit](https://github.com/stephenlacy/go-urbit/) - Golang Urbit interface over Ames.

[pynoun](https://github.com/urbit/tools) - jam and cue nouns into Python data types.

## Other Tools <a href="#other-tools" id="other-tools"></a>

[Bridge](https://github.com/urbit/bridge) - an application for interacting with Azimuth.

[Click](https://github.com/urbit/tools) - bash thin client that runs threads.

[GroundSeg](https://github.com/Native-Planet/GroundSeg) - a tool for managing Urbit instances.


---

# 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.urbit.org/build-on-urbit/tools/links.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.
