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

# CONTENT GUIDELINES

These guidelines apply to all forms of content including articles, social media posts, newsletters, and any other media published by NEARWEEK AG.

**What NEARWEEK Can Communicate About:**

Project and Initiative Promotion: NEARWEEK is committed to supporting the growth and development of the NEAR and open web ecosystem. We will actively promote projects and initiatives that contribute positively to this ecosystem, highlighting their goals, achievements, and upcoming events or developments.

Educational Content: Education is a cornerstone of our mission. NEARWEEK will curate and publish educational content aimed at informing our audience about various aspects of the NEAR ecosystem and the broader open web landscape. This includes general content on blockchain technology, detailed insights into token launches, airdrop releases, and other relevant topics, commissioned by third-party content creators to ensure a diverse and comprehensive educational offering.

**What NEARWEEK Cannot Communicate About:**

Price Discussions: NEARWEEK will refrain from publishing content that specifically discusses the price of NEAR or any other cryptocurrencies or tokens. This includes predictions, analyses, or any content that could be interpreted as attempting to influence market prices.

Financial Advice: Consistent with our disclaimer, NEARWEEK will not provide financial suggestions or recommendations. Our content is intended for informational and educational purposes only and should not be construed as investment advice. This includes avoiding recommendations on buying, selling, or holding specific cryptocurrencies or tokens.

**Things to keep in mind:**

All content must be reviewed for compliance with these guidelines before publication.\
Contributors and third-party content creators must be informed of and agree to adhere to these guidelines. Any content that could potentially conflict with these guidelines should be flagged for review by the editorial team.<br>


---

# 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.nearweek.com/start/about/content-guidelines.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.
