# Motivation

### At protein level

As protein sequences are naturally encoded evolutionary information that specify their structures and functions, computational analyses have to rapidly decipher it for protein folding & design and drug discovery. Accordingly, an open, online platform that implements bioinformatic analyses and computations to capture significant evolutionary information is needed and required in the highest capacity to make the inferences be actionable in protein engineering.

The aim of this software is to provide computational tools and pipelines for protein folding and design from its amino acid sequence using statistically inferred information. It is written in C++ and support parallel computing. The web-server is open to academia and actively maintained at [**AmoAi**](https://www.amo-ai.com). **AMO** requires license for commercial use.

Given a protein sequence, how do we understand its folding pathways, make quantitative analysis of mutants of the protein, and then design a \`\`super protein" stabilizing in a large range of temperature? <br>


---

# 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://amo-ai.gitbook.io/amo/motivation.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.
