# FPbase Help

{% hint style="info" %}
These docs are still very much a work in progress, and there will be gaps.  If you cannot find the information you were looking for, please [contact us](https://www.fpbase.org/contact).
{% endhint %}

**Here are some quick links that you may be interested in if you are...**&#x20;

### A busy scientist <a href="#busy" id="busy"></a>

If you are just looking to get some information quickly, here are some resources at FPbase that do not require an account

{% content-ref url="searching" %}
[searching](https://help.fpbase.org/searching)
{% endcontent-ref %}

{% content-ref url="browsing" %}
[browsing](https://help.fpbase.org/browsing)
{% endcontent-ref %}

{% content-ref url="tools/spectra-viewer" %}
[spectra-viewer](https://help.fpbase.org/tools/spectra-viewer)
{% endcontent-ref %}

{% content-ref url="tools/comparison-tool" %}
[comparison-tool](https://help.fpbase.org/tools/comparison-tool)
{% endcontent-ref %}

{% content-ref url="tools/fret-calculator" %}
[fret-calculator](https://help.fpbase.org/tools/fret-calculator)
{% endcontent-ref %}

### An avid FP user

If you've got a little more time and are looking to get the most out of the tools at FPbase.  These are some features of FPbase that require creating an account

{% content-ref url="collections" %}
[collections](https://help.fpbase.org/collections)
{% endcontent-ref %}

{% content-ref url="tools/microscopes" %}
[microscopes](https://help.fpbase.org/tools/microscopes)
{% endcontent-ref %}

### An awesome person

If you would like to help improve the database, these pages provide information on adding new information and updating existing information in the database.  Registration is required.

{% content-ref url="contributing/submit-protein" %}
[submit-protein](https://help.fpbase.org/contributing/submit-protein)
{% endcontent-ref %}

{% content-ref url="contributing/update-protein" %}
[update-protein](https://help.fpbase.org/contributing/update-protein)
{% endcontent-ref %}

{% content-ref url="contributing/submit-spectrum" %}
[submit-spectrum](https://help.fpbase.org/contributing/submit-spectrum)
{% endcontent-ref %}

{% content-ref url="contributing/problems" %}
[problems](https://help.fpbase.org/contributing/problems)
{% endcontent-ref %}

### An FP Developer

If you are a scientist that develops fluorescent proteins, we hope you'll look around the site and evaluate the presentation of your FPs.  If your protein is missing from the database, we hope you'll consider [submitting](https://help.fpbase.org/contributing/submit-protein) it. If you find any errors, feel free to [submit a correction](https://help.fpbase.org/contributing/update-protein), or [contact us](https://www.fpbase.org/contact) if you have any questions or concerns.


---

# 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://help.fpbase.org/master.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.
