> For the complete documentation index, see [llms.txt](https://terms.linguaspanapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://terms.linguaspanapp.com/terms-of-use.md).

# Terms of use

Welcome to LinguaSpan. By accessing or using our website, applications, or services (collectively, the “Service”), you agree to be bound by these Terms of Use. If you do not agree, please do not use the Service.

***

### 1. Description of Service

LinguaSpan provides speech-to-text transcription services, currently supporting accented English, accented French, and Yoruba. Our Service allows users to upload or record audio and receive transcripts.

We are continuously improving and expanding our technology. Future features may include additional languages, caption generation, voice data contributions, and other B2B, B2C, and B2B2C offerings. These Terms of Use apply to both current and future features.

***

### 2. User Responsibilities and Acceptable Use

When using LinguaSpan, you agree to:

* Provide accurate information when creating or accessing your account.
* Only upload or record audio that you have the right to use.
* Do not upload or share content that is unlawful, offensive, or promotes discrimination, hate speech, harassment, or harm against individuals or groups based on race, gender, religion, or other protected characteristics.
* Understand that if you upload sensitive or personal information, you do so at your own risk. LinguaSpan will not be liable for handling such information unless otherwise agreed.
* Do not use the Service for spamming, exploiting system vulnerabilities, or other abusive practices.
* Be responsible for the legality of uploaded content, recordings, and feedback provided to  Linguaspan

***

### 3. Intellectual Property Rights

* All rights in LinguaSpan’s software, models, and platform remain our property.
* Users are granted a limited, non-exclusive, revocable license to engage with our products and platform
* Transcripts generated through the Service belong to the user. Currently, LinguaSpan does not store user transcripts.
* In the future, LinguaSpan may offer features that allow users to consent to sharing data (such as voice recordings or transcripts) for research, improvement of our models, or commercial use. Such participation will always be opt-in and governed by additional terms.

***

### 4. Limitation of Liability

* LinguaSpan is in active development. We do not guarantee perfect accuracy of transcriptions or uninterrupted access to the Service.
* The service is currently offering experimental features and thus retains the possibility of having bugs, experiencing downtime, or feature removal/changes due to its current stage in development
* The Service is provided “as is” and “as available.”
* LinguaSpan will not be liable for any indirect, incidental, special, consequential, or exemplary damages, including but not limited to loss of profits, revenue, data, or goodwill, resulting from your use of the Service.
* Your sole remedy for dissatisfaction with the Service is to discontinue using it.<br>

***

### 5. Termination

We reserve the right to suspend or terminate your account if:

* You violate these Terms of Use.
* You upload prohibited or harmful content.
* You attempt to exploit, spam, or abuse the Service.

LinguaSpan may also terminate access if required by law or due to service discontinuation.

***

### 6. Governing Law and Dispute Resolution

These Terms of Use shall be governed by and construed in accordance with the laws of the **Federal Republic of Nigeria.**

In the event of a dispute, parties agree to first attempt resolution through good-faith mediation. If mediation fails, disputes will be submitted to the competent courts of Nigeria.

### 7. Third Party Service

LinguaSpan uses third-party services, including but not limited to Google Sign-In and Google Analytics, to provide and improve our Service. By using LinguaSpan, you also agree to comply with the applicable terms, policies, and guidelines of these third parties.

For example, Google account holders are additionally bound by the Google Terms of Service and the Google Privacy Policy.

LinguaSpan is not responsible for the practices or policies of third-party services. We encourage you to review their terms and privacy policies before using our Service.

### 8. Changes to This Policy

We may update this terms of service from time to time. If we make material changes, we will notify you by email or through the Service.

***

### 9. Contact Information

If you have any questions about these Terms of Use, please contact us at:\
📧 <admin@linguaspanapp.com>


---

# 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://terms.linguaspanapp.com/terms-of-use.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.
