# Clay

Clay is an open-source CMS created by [New York Media](http://mediakit.nymag.com/) powering [New York Magazine](http://nymag.com), [Vulture](http://www.vulture.com), [The Cut](https://www.thecut.com), [Grub Street](http://www.grubstreet.com) and [Slate](https://slate.com/).&#x20;

Clay is comprised of modules available on npm, but the core system is comprised of [Kiln](https://claycms.gitbooks.io/kiln/), the editing interface, and [Amphora](https://claycms.gitbook.io/amphora), the REST API. For more information on the two modules please see documentation on each. The documentation in this space is meant to explain core concepts of Clay, but for a deeper technical dive you can explore the documentation for each of the modules themselves.


---

# 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://claycms.gitbook.io/clay/master.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.
