# Submit a Spectrum

{% hint style="warning" %}
**Careful:**  At the moment, there is no way for users to *delete* or *update* spectral data (only to add new data).  So please double check your data (for example: graph it in excel or something) and make sure you have selected the right options in the form before submitting.

If an error occurs and you need help correcting it, don't hesitate to [contact us](https://www.fpbase.org/contact).
{% endhint %}

Spectral information can be submitted at [www.fpbase.org/spectra/submit/](https://www.fpbase.org/spectra/submit/).  Alternatively, if you would like to add fluorescent protein spectra on any given protein page, you can click "add spectrum" link or the <img src="/files/-LXKOskNaIMdLYwKxKOt" alt="" data-size="line"> icon at the top left of the existing spectra.

Please choose the appropriate type of data for the spectra you are uploading (Dye, Protein, Light Source, Filter, Camera).  This will be automatically chosen for you if you came to the form from one of the protein pages.

{% hint style="info" %}
You must be a [registered user](/contributing/creating-an-account.md) in order to submit data.
{% endhint %}


---

# 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/contributing/submit-spectrum.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.
