> For the complete documentation index, see [llms.txt](https://docs.nuken.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuken.xyz/the-menus/share-discovery.md).

# Share / Discovery

<figure><img src="/files/Q7SUN8sABush8WjcYLRT" alt=""><figcaption></figcaption></figure>

Here in the **Share Menu**, you can catch up on our social media channels, and even share your nuken project as a brief snapshot. If you'd like to see what platforms we're active on, a comprehensive list of logos and links is below.

### Our platforms

> <img src="/files/J7zhyQ9bgt77XmO2t6Vv" alt="" data-size="line"> [**nuken.xyz/discord**](https://nuken.xyz/discord)

> <img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg" alt="" data-size="line">[ **@nuken-official**](https://nuken.xyz/github)

> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Twitter-logo.svg/2491px-Twitter-logo.svg.png" alt="" data-size="line"> [**@nuken\_official**](https://nuken.xyz/twitter)

> <img src="https://cdn.pixabay.com/photo/2021/12/10/16/38/twitch-6860918_960_720.png" alt="" data-size="line"> [**@nuken\_official** ](https://nuken.xyz/twitch)

> <img src="https://upload.wikimedia.org/wikipedia/commons/9/95/Instagram_logo_2022.svg" alt="" data-size="line"> [**@\_nuken\_official**](https://nuken.xyz/instagram)

> <img src="https://www.redditinc.com/assets/images/site/reddit-logo.png" alt="" data-size="line"> [**r/nuken**](https://nuken.xyz/reddit)

### Sharing snapshots

nuken can also take a snapshot of your project, and save it as a `.png` image. Just click "**Take a snapshot**", and your image will appear in the preview box. From there, you can copy the image, or just save it onto your device. This way, you don't have to export your project to share it with others.

{% hint style="info" %}
The size of your generated snapshot may vary; by screen size, preview area size, or elements that can be captured by the [`html2canvas`](http://html2canvas.hertzen.com/documentation.html#limitations) script.
{% endhint %}


---

# 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.nuken.xyz/the-menus/share-discovery.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.
