# Feature and Bug Reports

Post new **features** on the [forums](https://discuss.velara3.com) and use the Feature tag. An example feature request is shown below.&#x20;

For **bug reports** simply post on the [forum](https://discuss.velara3.com) and include as much information as possible. If you can reproduce the behavior include a steps to reproduce. An example of a bug report is shown below.

## Feature Request

Description of feature&#x20;

**Use Case**\
Description of how you or someone would use the feature.&#x20;

*Example shown below:*&#x20;

Add border to image.&#x20;

**Use Case**\
John is exporting a web page and has an image of his logo. He opens the Web Export Element Properties panel and checks the "Add Border" checkbox. A border is shown around the logo.&#x20;

## Bug Report

Description of bug. What's happening.&#x20;

**Expected Results**\
Write what you expect results are

**Actual Results**\
Write what actually happens

**Steps to Reproduce**

* Step 1
* Step 2
* Step 3

## Example Bug Report

Exported image does not include border.&#x20;

**Expected Results**\
Image has a border

**Actual Results**\
Image has no border

**Steps to Reproduce**

* Add image to artboard
* Export artboard&#x20;
* View in browser


---

# 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://velara-3.gitbook.io/web-export/feature-requests-and-bug-reports.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.
