# FAQs

## Index

* [What is ElixirNote?](#what-is-elixirnote)
* [Can Anyone Use ElixirNote?](#can-anyone-use-elixirnote)
* [How to Create an Issue?](#how-to-create-an-issue)
* [How can you contribute?](#how-can-you-contribute)

## What is ElixirNote?

{% content-ref url="../welcome-to-elixirnote" %}
[welcome-to-elixirnote](https://ciusji.gitbook.io/elixirnote/welcome-to-elixirnote)
{% endcontent-ref %}

### Can Anyone Use ElixirNote?

YES! Of course.&#x20;

{% content-ref url="../guides/get-started" %}
[get-started](https://ciusji.gitbook.io/elixirnote/guides/get-started)
{% endcontent-ref %}

## How to Create an Issue?

Before creating an issue, search in the issue tracker for relevant issues. If you find an issue describing your problem, comment there with the following information instead of creating a new issue. If you find a relevant resolved issue (closed and locked for discussion), create a new issue and reference the resolved issue.

To create an issue, collect the following contextual information:

* relevant package versions, including project version, browser version, and OS version&#x20;
* relevant server and JavaScript error messages
* screenshots or short screencasts illustrating the issue

## How can you contribute?

If you're reading this section, you're probably interested in contributing to ElixrNote. Welcome and thanks for your interest in contributing! 👏👏👏

Please take a look at **`Repo Development`**.<br>


---

# 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://ciusji.gitbook.io/elixirnote/appendix/faqs.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.
