> For the complete documentation index, see [llms.txt](https://knowledgebase.flaik.com/flaik-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.flaik.com/flaik-knowledge-base/for-instructors/my-profile/uploading-your-photo.md).

# My Profile: Upload Profile Photo

Say cheese!

Your profile photo is displayed alongside your name within flaik. For you, it'll appear most often when you browse to your own profile. The rest of your team, however, will see your photo quite often when they're working in flaik - please keep that in mind before uploading!

Follow along with the steps below to learn how to upload a profile photo.

{% hint style="info" %}
**Note:** Currently, uploading a profile photo is only supported in the desktop experience. Browse to your school's flaik site on a computer to follow along.&#x20;
{% endhint %}

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FhYc7YDbh1APB2X8SbkyA%2FKapture%202023-05-08%20at%2012.58.13.gif?alt=media&amp;token=1c8839fe-e7b7-4624-8491-9674d8c99e97" alt=""><figcaption><p><em>Quick overview of the process. In GIF form!</em></p></figcaption></figure>

### Navigate to My Profile&#x20;

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2F5VNwqdfVlixZMxnFWscX%2FSCR-20230508-leet.jpeg?alt=media&amp;token=29107747-b991-4ac5-b5a3-4bdb09d0ab97" alt=""><figcaption></figcaption></figure>

The link to My Profile exists right next to your profile photo (or the default photo) at the top of the navigation bar.

### Upload Image

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2Fp387JSHpTijCSLkuuj7H%2FSCR-20230508-lhix.png?alt=media&amp;token=c7b4bb49-0470-4fc2-95a5-683dd622c109" alt=""><figcaption></figcaption></figure>

In the upper left corner of your profile, you'll see your existing photo. If there isn't one yet, you'll see a silhouette of a person instead. Click UPLOAD IMAGE to continue.&#x20;

### &#x20;Upload New Photo&#x20;

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FBXnqDO5WE5CIm2Ni9ZUp%2FSCR-20230508-lhzf.png?alt=media&amp;token=773fe8d7-4ede-4c68-88d3-b6c91658a512" alt=""><figcaption></figcaption></figure>

If you don't have a photo uploaded yet, click UPLOAD NEW PHOTO. If you've already uploaded a photo in the past, you can use this tool to adjust the crop & scale.&#x20;

### Select Photo

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FKdoQWalMYGY8zNkGRW87%2FSCR-20230508-ljli.png?alt=media&amp;token=6cfb3e0c-f7bb-4657-ae5a-731b4d0bf0e8" alt=""><figcaption></figcaption></figure>

Choose the desired photo from the file picker. Common image types are supported here. Your photo will be resized to 300 x 220, feel free to resize it yourself before uploading for the best result.&#x20;

### Rotate, Resize, and Re-center photo

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2F6iNkduas5a63feImturq%2FSCR-20230508-lkkv.png?alt=media&amp;token=052a34c1-81dd-44fc-997d-83f77804388e" alt=""><figcaption></figcaption></figure>

Once you're happy with the result, hit the <mark style="color:blue;">Save</mark> button on the bottom right corner of the window.&#x20;

{% hint style="success" %} <mark style="color:green;">**Congrats!**</mark> Now your team can see your personality shine through. 🎉
{% endhint %}


---

# 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://knowledgebase.flaik.com/flaik-knowledge-base/for-instructors/my-profile/uploading-your-photo.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.
