> For the complete documentation index, see [llms.txt](https://support.vlex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.vlex.com/vincent-by-vlex/vincent/support-and-account-administration/providing-feedback-and-suggestions.md).

# Providing Feedback & Suggestions

### Summary

Learn how to provide **Vincent feedback**. This guide shows you the official process to submit a **vLex feature request** or **report a bug** directly to our product team using the built-in feedback form, ensuring your voice is heard.

### Why This is Important

Your feedback is essential to helping us make Vincent the best possible legal AI assistant. Whether you have a great idea for a new feature or have encountered an issue, providing feedback through the official channel is the most effective way to ensure it reaches the right team at vLex.

### Step-by-Step Guide

#### Step 1: Access the Feedback Form

From the main Vincent interface, navigate to the bottom of the left-hand menu and click on **'Submit Feedback'**.

{% tabs %}
{% tab title="English Interface" %}
![Click 'Submit Feedback' to open the form.](/files/XeDY5y58NciWtWuJN0v5)
{% endtab %}

{% tab title="Interfaz en Español" %}

<figure><img src="/files/h4bQuTyhgant8EC1dZl6" alt=""><figcaption><p>Haz clic en 'Enviar comentarios' para abrir el formulario.</p></figcaption></figure>
{% endtab %}
{% endtabs %}

#### Step 2: Select Your Feedback Type

In the feedback form, the first step is to categorize your input. Choose one of the following from the **'Feedback Type'** dropdown menu:

* **Bug / Issue:** Use this if something is broken or not working as expected.
* **Feature Request:** Use this if you have an idea for a new feature or an improvement to an existing one.
* **General Feedback:** Use this for any other comments or suggestions.

#### Step 3: Provide Detailed Feedback

In the **'Your Feedback'** box, please provide as much detail as possible.

* If you are reporting a bug, describe the steps you took to produce the error.
* If you are requesting a feature, explain the problem you are trying to solve.

#### Step 4: Submit Your Feedback

The form will automatically include your **Username** and the **Vincent URL** you were on, which helps our team understand the context. When you are ready, click **'Submit'**.

{% tabs %}
{% tab title="English Interface" %}
![Fill out the details and click 'Submit' to send your feedback to our team.](/files/19PiO1j7siEeWXy9Vnu3)
{% endtab %}

{% tab title="Interfaz en Español" %}

<figure><img src="/files/W63dkvkmqM9lAa02hw9J" alt=""><figcaption><p>Rellena los detalles y haz clic en 'Enviar' para enviar tus comentarios a nuestro equipo.</p></figcaption></figure>
{% endtab %}
{% endtabs %}

{% hint style="info" %}
If you are having trouble using the feedback form, you can also email your feedback directly to <vincent-feedback@vlex.com>.
{% endhint %}

### Best Practices & Pro Tips

* **Be Specific:** The more detail you provide in your feedback, the easier it is for our team to understand and act on it.
* **One Idea Per Submission:** If you have multiple feature requests or bug reports, it's best to submit them one at a time.

### Related Articles

* [Troubleshooting & FAQ](/vincent-by-vlex/vincent/support-and-account-administration/troubleshooting-and-faq.md)
* [Accessing Vincent and Navigating the Interface](/vincent-by-vlex/vincent/getting-started-with-vincent/accessing-vincent-and-navigating-the-interface.md)

**What's Your Next Step?**

| **New to Vincent?**                                                                                                                                                                                        | **Already a Vincent Customer?**                                                                                                                            |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [See how Vincent can transform your practice. **Request a personalized demo**.](https://vlex.com/book-a-demo?utm_source=website\&utm_medium=organic\&utm_campaign=web_trial_homepage\&campaign_id=4270741) | [If you still have questions or need help with a specific feature, our team is here to assist. **Contact our Support team**.](https://vlex.com/contact-us) |


---

# 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://support.vlex.com/vincent-by-vlex/vincent/support-and-account-administration/providing-feedback-and-suggestions.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.
