> For the complete documentation index, see [llms.txt](https://mobidonia.gitbook.io/react-app-builder/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mobidonia.gitbook.io/react-app-builder/faq/how-we-can-help-you-best..md).

# How we can help you best.

Although documentation is strait forward, sometime you may encounter problems.&#x20;

In order to help you best with your problem we will need to following things from your side.

* [ ] CodeCanyon Purchase code. To validate your purchase
* [ ] Access to your firebase project
* [ ] Netlify Username and Password
* [ ] GitLab Username and Password
* [ ] URL to existing site
* [ ] SSH info if you need help on VPS

## How to add us as your Firebase Collaborators

To gain access to your database, you need to add us as collaborator. And here is how to do that.

1. In your Project, click on the cog icon.&#x20;

   Then click on **Users and permissions**

![](/files/-M6CaqUpePkkoixvwRIS)

2\. Now click on Add Member button and enter\
&#x20;    **<mobidonia@gmail.com>** as editor\
&#x20;    Then click on **Add Member**

![](/files/-M6Cb6eZ6ldxfig-bCWY)

Now we can see your database.&#x20;

After the problem is resolved, you can revoke the access by deleting our user from there.&#x20;


---

# 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://mobidonia.gitbook.io/react-app-builder/faq/how-we-can-help-you-best..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.
