> For the complete documentation index, see [llms.txt](https://docs.ovaledge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ovaledge.com/ai/ai-prompt/question-wall-engagement.md).

# Question Wall Engagement

## Curation by AI

Question Walls has a separate room for answering AI prompt questions - Curation by AI.&#x20;

## Assign a Prompt Question

Assigning a prompt question adds it to the “**Curation by AI**” room and the corresponding Wall based on the object type. This Room contains two walls:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe6mk6LRysenPcX6L6SghWwoiIYNjPPbQDqnr5nlfcx-9sgN5Gifozi6JIM28oXUeZPMwKn8WD6YA79blaCSgA16fbtp2kseBaXexYj4FA8bix-6i8M4XKwMhtVS2cU3dKamaLr?key=P45bqvsd7Mp8LRBoWfySZA" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfj-x1wOZyD_hUf7eOfinpL9CxBOtxQge_BQOEmR3ReLcOkoJeDCMF__OJiIVdZTfz5k0-jwp_HqgGWTAQgtQrNvVCkaEWBYmbBE1c6AOg-1h9_gQLvkEP55m_D1UqQsggAebKrQg?key=P45bqvsd7Mp8LRBoWfySZA" alt=""><figcaption></figcaption></figure>

1. Data Catalog
2. Business Glossary

Assigned questions appear in **My Walls > Assigned**. When a question is answered, the system automatically saves the response at the object level. The latest response to a question becomes the answer. To know more about Question Walls, please refer to [Question Wall](/question-wall/about-question-wall.md)

| Operations                 | Non-assignee | Assignee | Governance Roles/OE\_Admin users |
| -------------------------- | ------------ | -------- | -------------------------------- |
| View AI curation questions | Yes          | Yes      | Yes                              |
| Answer questions           | No           | Yes      | Yes                              |
| Change Assignee            | No           | Yes      | Yes                              |
| Delete questions           | No           | Yes      | Yes                              |

## Automatically Generate Description

AI automatically generates a description once all assigned questions for an object are answered in the Question Wall. This is triggered by a checkbox at the AI description generator for the object. If the checkbox is unchecked, automatic generation is disabled.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXexU3xrGx1L6CGE9J7YnK_HuyLVaBA2X3Wl_jU7xN41NzERtRzkbzouNGTu-l81Gl0jv11M3qy236_5hXONxAe_2ify7xf6VTrJVELBExQDYHbVIWjHuSl8pfZLdZ607iyJhUYBHg?key=P45bqvsd7Mp8LRBoWfySZA" alt=""><figcaption></figcaption></figure>

## Notifications

Assigning a question triggers a notification for the recipient. Likewise, deleting a question prompts a notification to the assignee about its deletion.

***

Copyright © 2025, OvalEdge LLC, Peachtree Corners, GA USA


---

# 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.ovaledge.com/ai/ai-prompt/question-wall-engagement.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.
