> For the complete documentation index, see [llms.txt](https://docs.sewcapital.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sewcapital.co.uk/disclaimer.md).

# Disclaimer

The information provided on the **SEW Capital** website is for general informational purposes only and is not intended as financial, investment, or professional advice. While we strive to provide accurate and up-to-date information, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability, or availability of the information, products, services, or related graphics contained on the website.

#### No Financial Advice

The content on this website should not be construed as financial, investment, or legal advice. Before making any investment decisions or engaging in any financial transactions, we recommend consulting with a qualified financial advisor or legal professional who can provide personalized advice based on your specific circumstances.

#### Investment Risks

Investing in startups, cryptocurrencies, and other financial products involves risks, including the potential loss of capital. The performance of investments may vary, and past performance is not indicative of future results. You should carefully consider your risk tolerance and investment objectives before making any investment decisions.

#### No Guarantee of Returns

**SEW Capital** does not guarantee any specific outcomes, returns, or performance related to the investment opportunities presented on our website. Any projections or forward-looking statements are subject to inherent risks and uncertainties.

#### Third-Party Content

Our website may contain links to third-party websites, services, or resources. We do not control these third-party sites and are not responsible for their content, practices, or policies. The inclusion of any links does not imply endorsement or recommendation of the third-party sites.

#### Limitation of Liability

In no event shall **SEW Capital**, its directors, officers, employees, or agents be liable for any direct, indirect, incidental, special, consequential, or punitive damages arising from or related to your use of the website or reliance on any information provided herein.

#### Changes to This Disclaimer

We may update this Disclaimer from time to time. Any changes will be effective immediately upon posting on this page. We encourage you to review this disclaimer periodically for any updates.

#### Contact Us

If you have any questions or concerns regarding this Disclaimer, please contact us at:

**SEW Capital**\
<support@sewcapital.co.uk>

This Disclaimer is effective as of 12/10/2024.


---

# 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://docs.sewcapital.co.uk/disclaimer.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.
