> For the complete documentation index, see [llms.txt](https://sharkfoto.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharkfoto.gitbook.io/blog/readme.md).

# The SharkFoto Blog

<table data-card-size="large" data-column-title-hidden data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>5 Essential Photography Tips for Beginners</strong></td><td><mark style="color:purple;">January 14, 2023 - 6 mins read</mark></td><td>Here are some handy tips which you must utilize to improve <code>your</code> photography skills: 1) Hold the Camera Properly with Minimal Shaking. 2) Perfect the Rule of Thirds.</td><td><a href="/pages/OhFGJYFOV4ISIW0ILgqP">/pages/OhFGJYFOV4ISIW0ILgqP</a></td><td><a href="/files/IRzzt8xWDGSg3PHH1YLm">/files/IRzzt8xWDGSg3PHH1YLm</a></td></tr><tr><td><strong>A Complete Guide for Product Photo Retouching</strong></td><td><mark style="color:purple;">January 8, 2023 - 7 mins read</mark></td><td>Here are some product photo retouching tips: 1) Improve Product Focus. 2) Don’t Avoid Classic Retouching. 3) Color Correction Create a Massive Difference.</td><td><a href="/pages/ylnr06xc68RXJFiomDoW">/pages/ylnr06xc68RXJFiomDoW</a></td><td><a href="/files/oJgXJGDOtyGTkFs5eTXW">/files/oJgXJGDOtyGTkFs5eTXW</a></td></tr><tr><td><strong>Everything You Need to Know About Camera Lens Flare and How to Avoid it</strong></td><td><mark style="color:purple;">January 1, 2023 - 8 mins read</mark></td><td>Camera lens flare is considered an unwanted element which diminishes the contrast of the image, but it can be avoided by using a lens hood.</td><td><a href="/pages/OumNYEP5NI2wG2i2iQcb">/pages/OumNYEP5NI2wG2i2iQcb</a></td><td><a href="/files/UhqqYA9Qann8iqkKUOtN">/files/UhqqYA9Qann8iqkKUOtN</a></td></tr><tr><td><strong>Here's How You Can Capture Stunning Aesthetic Photographs</strong></td><td> <mark style="color:purple;">December 20, 2022 - 7 mins read</mark></td><td>You Can Capture Stunning Aesthetic Photographs: 1) Follow the Rule of Thirds. 2) Focus More on Natural lighting. 3) Don’t Go for Perfection.</td><td><a href="/pages/MzDBOd1ewNpkDu5tEzI8">/pages/MzDBOd1ewNpkDu5tEzI8</a></td><td><a href="/files/FXifKtPiAtP0yHiCguIW">/files/FXifKtPiAtP0yHiCguIW</a></td></tr><tr><td><strong>Stock Images vs AI-Generated: Is It Still Worth Using Stock Images and Videos?</strong></td><td><mark style="color:purple;">June 14, 2023 - 8 mins read</mark></td><td>AI-generated images disrupt stock photography with speed and lower cost. Ethical and legal concerns exist, value of stock images in photographers.</td><td><a href="/pages/M498turHeQ3MkUdj0b5X">/pages/M498turHeQ3MkUdj0b5X</a></td><td><a href="/files/ACg9DrKbEJQEsaGXXVYY">/files/ACg9DrKbEJQEsaGXXVYY</a></td></tr></tbody></table>


---

# 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://sharkfoto.gitbook.io/blog/readme.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.
