> For the complete documentation index, see [llms.txt](https://help.clause9.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.clause9.com/special-functions/q-and-a.md).

# Q\&A

### @answer <a href="#answer" id="answer"></a>

This special function can only be used within [Q\&A expression conditions](/qna/adding-conditions.md).

### @column <a href="#column" id="column"></a>

This special function can only be used within [Q\&A expression conditions](/qna/adding-conditions.md).

### @card-enabled <a href="#card-enabled" id="card-enabled"></a>

This special function can only be used within [Q\&A expression conditions](/qna/adding-conditions.md).

### @question-enabled <a href="#question-enabled" id="question-enabled"></a>

This special function can only be used within [Q\&A expression conditions](/qna/adding-conditions.md).

### @row-index <a href="#row-index" id="row-index"></a>

* no parameters
* returns the (one-based) index of the current row whose Q\&A column condition is being evaluated

Returns the value of the current table row’s index (starting with 1). This function can only be used within the visibility condition of a table cell.

Tip: to get the row-index outside the context of a Q\&A column condition, use `@index`.

### @shared-condition <a href="#shared-condition" id="shared-condition"></a>

This special function can only be used within [Q\&A expression conditions](/qna/adding-conditions.md).


---

# 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:

```
GET https://help.clause9.com/special-functions/q-and-a.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.
