# Showcase your work in the community project page.

I plan to display your amazing creations on the project page to serve as both inspirations for others and demonstration of respectful community contribution.&#x20;

If you want to allow this, just change the **autoGrantPermission** value to **true** in your config.js file.&#x20;

```javascript
  autoGrantPermission: true,
  authorNameforDisplay: "Nicole Kidman", // would love a name for the masterpiece
  authorContact: "nkidman@gmail.com",
```

This change will notify me to add your work to the showcase.&#x20;

{% hint style="info" %}
Don't worry if you don't want to show your work; the default setting is **false**.&#x20;
{% endhint %}

I intend to feature your work on the [main Github page](https://github.com/soquanchi/interactive-video-grid) and the project website.


---

# 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://quan-1.gitbook.io/interactive-video-grid/showcase-your-work-in-the-community-project-page..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.
