# Protein Table

The [protein table](http://www.fpbase.org/table) presents the primary attributes of all proteins in the database.  Rows represent protein states, so “basic” (constitutively fluorescent proteins) will only appear once in the table, but multi-state/photochromic proteins will have a row for each state in the database attributed to that protein.  The table can be sorted by column, and searched for keywords using the search field above the table and to the right. It can be filtered to show only proteins of a certain photoswitching type or aggregation type.  Table data (including applied filters) can be copied to the clipboard or downloaded in CSV or Microsoft Excel format using the buttons at the bottom right. Lastly, there is an “add to comparison” button in every row that adds the given protein to the comparison slider tab on the right side of the screen.  This is a convenient way to quickly compare a number of proteins that meet certain criteria using the comparison tool, described below.

{% embed url="<https://www.fpbase.org/table>" %}


---

# 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/browsing/protein-table.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.
