> For the complete documentation index, see [llms.txt](https://incubator.ersilia.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://incubator.ersilia.io/resources/expenses-policy.md).

# Expenses policy

<mark style="color:$primary;">Each selected project will receive a grant that can be used for activities that advance the goals of the research project proposed in the incubator. A budget proposal is required during the application process, and a detailed budget will be approved upon project selection.</mark>&#x20;

#### <mark style="color:$primary;">Acceptable expenses include:</mark>

1. <mark style="color:$primary;">Attendance to scientific events:</mark>
   1. <mark style="color:$primary;">Registration fees to conferences and workshops</mark>
   2. <mark style="color:$primary;">Travel expenses associated to attending scientific events</mark>
2. <mark style="color:$primary;">Equipment</mark>
   1. <mark style="color:$primary;">Computational equipment: laptops or desk computers</mark>
   2. <mark style="color:$primary;">Set up for remote connectivity: headset, microphone, webcam</mark>
   3. <mark style="color:$primary;">Portable battery</mark>
   4. <mark style="color:$primary;">Internet costs</mark>
3. <mark style="color:$primary;">Scientific outputs</mark>
   1. <mark style="color:$primary;">Article processing charges</mark>
   2. <mark style="color:$primary;">Scientific poster printing</mark>
4. <mark style="color:$primary;">Stipends</mark>
   1. <mark style="color:$primary;">Stipends for the time dedicated to the project are an acceptable expense if properly justified</mark>
5. <mark style="color:$primary;">Other project costs</mark>
   1. <mark style="color:$primary;">Specific scientific equipment</mark>
   2. <mark style="color:$primary;">Laboratory reagents</mark>
   3. <mark style="color:$primary;">Purchasing of molecules</mark>

{% hint style="info" %} <mark style="color:$primary;">If you wish to use the funds for an expense not listed here, please contact us to obtain prior approval.</mark>
{% endhint %}

### <mark style="color:$primary;">Budget Justification</mark>

<mark style="color:$primary;">A detailed budget justification with invoices will be required at the end of the Program.</mark>


---

# 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://incubator.ersilia.io/resources/expenses-policy.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.
