> For the complete documentation index, see [llms.txt](https://igb.mit.edu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://igb.mit.edu/bioinformatics-topics/tasks-bioinformatics-methods/genego-metacore/search-and-browse-content-tab.md).

# Search And Browse Content Tab

### EZ Search

* From the Start Page, select the Search and Browse Content link and pick the EZ search button
* Click human FN1 from the results list
* Results page is outlined according to category, available information includes pathway maps and interactions.
* Under interactions page, compare the details for alpha2/beta1 binding and alpha5/beta1 binding.

## Ontologies - Pathway Maps <a href="#firstheading" id="firstheading"></a>

* From the Start Page, select the Search and Browse Content link and pick the Pathway Maps option.
* This leads to a hierarchy of GeneGO pathway maps
* Select Regulatory maps-->Regulation of cellular processes-->Cell adhesion-->Cell adhesion\_Integrin inside-out signaling
* NOTE: Data from activated experiments is displayed on the map.
* The Overview tab describes details of the map and provides references.
* The Processes tab lists significant GO processes in the map.

### Ontologies - Process Networks

* From the Start Page, select the Search and Browse Content link and pick the Process Networks option.
* This leads to a hierarchy of GeneGO process networks
* Select Process Networks-->Cell adhesion\_ECM remodeling
* NOTE: Data from activated experiments is displayed on the network.
* The network is highly interactive.

### Other - Protein Groups and Complexes <a href="#firstheading" id="firstheading"></a>

* From the Start Page, select the Search and Browse Content link and pick the Protein Groups & Complexes tool.
* The tool links to a page of table of results, select Integrin Receptor Family (Human)


---

# 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://igb.mit.edu/bioinformatics-topics/tasks-bioinformatics-methods/genego-metacore/search-and-browse-content-tab.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.
