# Questions

## **Introduction**

Discover how our Questions feature enhances data discoverability beyond traditional metadata or metrics. This tool is designed to handle complex, nuanced questions that require personalized responses from your data team.

## **Efficient Question Management**

Traditionally, questions to the data team are managed ad hoc via platforms like Slack and Jira. With our integrations, you can streamline this process:

* **Slack Workflow**: Integrate directly with Slack to manage questions within your usual communication channels. Learn more about the Slack integration [Slack <> Questions workflow](/best-practices/slack-less-than-greater-than-questions-workflow.md).
* **Jira Integration**: Seamlessly connect with Jira to handle data-related queries through your existing project management tools. Integrate with [Jira](/extensions/jira.md).

## **Using Questions in Secoda**

* **Browsing Previous Questions**: Within Secoda, users can browse previously asked questions by going to the Questions homepage.
* **Asking New Questions**: Any user can pose new questions from the Questions homepage, or by navigating to a resource and asking it from there.
* **Assigning Owners:** Assign an Owner or Group to a question if you know who can answer; if unsure, leave that blank. Admins can automate owner assignments based on the question type. See this example for guidance [Rule-based automations](/features/automations/automations-use-cases.md#assign-owners-to-questions).
* **Answering Questions**: Once a question is posted, teammates can comment, and editors have the ability to verify or provide different answers.
* **Finalizing Answers**: Admins or Editors select the best answer, which is then marked with a green checkmark and indexed in Secoda’s central search, making it easily accessible for anyone who might have similar queries in the future.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/05cfc065-97a7-4003-869d-31a77a2ecd20.gif" alt=""><figcaption></figcaption></figure>

## About Questions

* **Rich Context**: Since Secoda integrates with your organization's data systems, responses can include links to relevant tables, queries, or related questions, enriching the context and utility of each answer.
* **Metadata Management**: Each question features a sidebar where users can set priorities, add the question to collections or teams, and more. Admins and editors can also delete incorrect or outdated responses.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/486b4cf1-5638-4327-b033-9b185640b6bb.png" alt=""><figcaption></figcaption></figure>

* **Unanswered Questions**: Easily filter and view unanswered questions by sorting by status, ensuring no query goes unresolved.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/94300002-25af-496d-8c77-ee7654af429e.gif" alt=""><figcaption></figcaption></figure>

## Additional resources

Learn more about our Questions feature by exploring the pages below!

[Slack <> Questions workflow](/best-practices/slack-less-than-greater-than-questions-workflow.md)

[Populate Questions with FAQs](/readme/secoda-as-an-admin/populate-questions-with-faqs.md)

[Jira](/extensions/jira.md#push-to-jira)


---

# 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://docs.secoda.co/features/ask-questions-in-secoda.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.
