diff --git a/README.md b/README.md
index 75674a52..cbb93a85 100644
--- a/README.md
+++ b/README.md
@@ -1,183 +1,144 @@
+# Testsigma
+
[](https://github.com/testsigmahq/testsigma/releases/latest)
[](https://testsigma.com/docs)
-
-
-
-
+[](https://discord.gg/invite/5caWS7R6QX)
+[](https://testsigma.com/newsletter)
-
+[](https://testsigma.com/signup?utm_source=github&utm_medium=social)
- Getting started
+ Getting Started
⋅
- Docs
+ Docs
⋅
- Tutorials
+ Tutorials
⋅
- Discussions
+ Discussions
⋅
- Discord
+ Discord
⋅
- YouTube
+ YouTube
-
-
-
## Overview
-Testsigma is an open-source, extensible test automation platform that works out of the box. Rapidly(5X faster) automate web, mobile app, and API tests in plain English.
-
- - Eliminate complex setups, multiple tools and frameworks.
- - Let everyone write tests 5X faster using plain English.
- - Smart test recorder auto-converts user actions into editable steps.
- - Automate end-to-end testing for web, mobile apps & APIs.
- - Minimal to no maintenance of tests and frameworks
- - Built-in test data management for parameterized testing
- - Seamless integrations with CI/CD, bug reporting, product management tools, & collaboration tools & test labs for continuous testing.
- - Extend the platform with 100+ pre-built add-ons (for custom actions, data generators, integrations) or build your own with Testsigma SDKs.
-
+Testsigma is an open-source, extensible test automation platform that works out of the box. Automate web, mobile app, and API tests in plain English 5Γ faster.
+
+### Key Features
+- No complex setups or multiple tools.
+- Write human-readable tests in plain English.
+- Auto-convert user actions into editable test steps.
+- End-to-end testing for web, mobile apps & APIs.
+- Minimal maintenance of tests and frameworks.
+- Built-in test data management.
+- Seamless CI/CD, bug tracking, and product management integrations.
+- Extend the platform with 100+ pre-built add-ons or create your own.
[](https://docs.testsigma.com/videos/testsigma-overview.mp4)
+## Quick Start: One-Click Deployment on Testsigma Cloud
-## **Quick start: One click deployment on Testsigma Cloud**
-
-The easiest way to start your automation journey is with Testsigma Cloud.
-
+Get started quickly with Testsigma Cloud.
-
-
-
-
-Once you deploy, you can follow the below tutorials to get started
+
+
+Once deployed, follow these tutorials:
- [Automating Web Applications](https://testsigma.com/tutorials/getting-started/automate-web-applications/)
- [Automating Mobile Web Applications](https://testsigma.com/tutorials/getting-started/automate-mobile-web-applications/)
-- [Automating iOS Apps](https://testsigma.com/tutorials/getting-started/automate-android-applications/)
-- [Automating Android Apps](https://testsigma.com/tutorials/getting-started/automate-ios-applications/)
+- [Automating Android Apps](https://testsigma.com/tutorials/getting-started/automate-android-applications/)
+- [Automating iOS Apps](https://testsigma.com/tutorials/getting-started/automate-ios-applications/)
- [Automating REST API Testing](https://testsigma.com/tutorials/getting-started/automate-rest-apis/)
-## **Other deployment options**
-We have 2 more deployment options to choose from
-
-1. [Using Docker](https://testsigma.com/docs/getting-started/setup/docker/)
-2. [Using Downloadable Package](https://testsigma.com/docs/getting-started/setup/downloadable-package/)
+## Other Deployment Options
+- [Using Docker](https://testsigma.com/docs/getting-started/setup/docker/)
+- [Using Downloadable Package](https://testsigma.com/docs/getting-started/setup/downloadable-package/)
-## **Features**
+## Features
-#### Test Development
-- Write code-agnostic, human-readable tests in plain English.
-- Generate airtight test scripts for web and mobile apps using Test Recorder.
-- Integrate automated API calls within your functional/UI test steps.
+### Test Development
+- Write code-free, human-readable tests.
+- Auto-generate test scripts with the built-in recorder.
+- Integrate API calls within functional/UI test steps.
-#### Data-Driven/Parameterized Testing
-- Upload test data sets as (XLS) files or create within Testsigma.
-- Use built-in data generators for mock test data.
-- Create your own custom data generators as add-ons.
+### Data-Driven Testing
+- Upload test data (XLS) or create it within Testsigma.
+- Use built-in data generators or create custom ones.
-#### Results & Reports
-- Debug using screenshots, videos, text logs, and more.
-- Generate custom reports at test, module, test suite, and device/system levels.
+### Results & Reports
+- Debug with screenshots, videos, and logs.
+- Generate reports at test, module, and suite levels.
-#### Integrations
-- Integrate with any CI tool to run regression tests at every build.
-- Integrate with Collaboration tools, Bug Reporting tools, Product Management tools, Cloud based Test Labs
+### Integrations
+- CI/CD, bug tracking, and cloud testing integrations.
+- Collaboration and product management tool support.
-#### Unified Platform
-- Automate Web, Mobile Web, Android, iOS apps, and API testing using one platform
+### Unified Platform
+- Automate Web, Mobile Web, Android, iOS, and API tests.
-#### Visual Testing
-- Enable visual testing with a toggle while creating a test plan.
+### Visual Testing
+- Enable visual testing while creating a test plan.
[See more on our website](https://testsigma.com)
-## **Build & extend the platform with Add-ons**
-
-Add-ons are custom extensions built and shared by the Testsigma Community at the [Add-ons Marketplace](https://testsigma.com/addons). Add-ons are built to automate unique user actions and test automation scenarios that are not possible with Testsigmaβs default actions.
-
-You can build your own add-on using Testsigma SDK.
-
-#### **Types of add-ons supported in Testsigma**
-
-- **Custom Actions:** Testsigma provides a set of comprehensive, built-in addons that lets you automate most user actions in simple English. But sometimes you may need to automate actions unique to your AUT. For this, you can build custom add-ons to automate unique actions. See: [How to build a custom action in add-ons.](https://testsigma.com/tutorials/addons/how-create-addons-actions/)
+## Extend with Add-ons
-- **Custom Data Generators:** Testsigma contains [default Data Generators](https://testsigma.com/docs/test-data/data-generators/defalut-list/) to generate instant test data for your automation scenarios. You can also build custom data generators. See: [How to build a custom data generator.](https://testsigma.com/tutorials/addons/how-create-addons-test-data-generators/)
+Extend Testsigma with custom add-ons built by the community.
-- **Conditional If:** You can create an action to execute a sequence of steps if the condition is matched. You can write your own logic for the conditional if. See: [How to add conditional if actions.](https://testsigma.com/tutorials/addons/how-create-addons-conditional-if/)
+### Types of Add-ons
+- **Custom Actions:** Automate unique actions beyond built-in commands.
+- **Custom Data Generators:** Generate specialized test data.
+- **Conditional If:** Execute steps based on conditions.
+- **While Loops:** Repeat steps until a condition is met.
+Learn more:
+- [How to build a custom action](https://testsigma.com/tutorials/addons/how-create-addons-actions/)
+- [How to create a custom data generator](https://testsigma.com/tutorials/addons/how-create-addons-test-data-generators/)
+- [How to add conditional logic](https://testsigma.com/tutorials/addons/how-create-addons-conditional-if/)
+- [How to add while loops](https://testsigma.com/tutorials/addons/how-create-addons-while-loops/)
-- **While Loops:** You can create an action to execute a sequence of steps until the condition is matched. You can write your own logic for the conditional if. See: [How to add while actions.](https://testsigma.com/tutorials/addons/how-create-addons-while-loops/)
+## Tutorials
+Explore more Testsigma tutorials:
-## **Tutorials**
+1. [Automating Web Applications](https://testsigma.com/tutorials/getting-started/automate-web-applications/)
+2. [Automating Mobile Web Applications](https://testsigma.com/tutorials/getting-started/automate-mobile-web-applications/)
+3. [Automating Android Apps](https://testsigma.com/tutorials/getting-started/automate-android-applications/)
+4. [Automating iOS Apps](https://testsigma.com/tutorials/getting-started/automate-ios-applications/)
+5. [REST API Testing](https://testsigma.com/tutorials/getting-started/automate-rest-apis/)
-Here are the latest tutorials and videos for you to learn more about Testsigma:
+Visit our [tutorials page](https://testsigma.com/tutorials/) for more.
-1. [Get Started with Automating Web Applications](https://testsigma.com/tutorials/getting-started/automate-web-applications/)
-2. [Get Started with Automating Mobile Web Applications](https://testsigma.com/tutorials/getting-started/automate-mobile-web-applications/)
-3. [Get Started with Automating Android Apps](https://testsigma.com/tutorials/getting-started/automate-android-applications/)
-4. [Get Started with Automating iOS Apps](https://testsigma.com/tutorials/getting-started/automate-ios-applications/)
-5. [Get Started with REST API Testing](https://testsigma.com/tutorials/getting-started/automate-rest-apis/)
-6. [How to create web application tests using Test Recorder](https://testsigma.com/tutorials/test-cases/web-apps/build-tests-using-recorder/)
-7. [How to create Android & iOS app tests using Test Recorder](https://testsigma.com/tutorials/test-cases/mobile-apps/build-tests-using-recorder/)
-8. [How to automate Android app tests using local devices](https://testsigma.com/tutorials/test-cases/mobile-apps/build-tests-using-local-android-devices/)
-9. [How to automate iOS app tests using local devices](https://testsigma.com/tutorials/test-cases/mobile-apps/build-tests-using-local-ios-devices/)
-10. [How to automate data driven testing](https://testsigma.com/tutorials/test-cases/data-driven-testing/)
-11. [How to create Addons for automated actions](https://testsigma.com/tutorials/addons/how-create-addons-actions/)
-12. [How to create a test data generator in Addons](https://testsigma.com/tutorials/addons/how-create-addons-test-data-generators/)
-13. How to automate Two-factor authentication testing (Email & SMS)
+## Roadmap
+See our [roadmap](https://testsigma.com/docs/product-updates/roadmap/) to check upcoming features.
-Visit our [tutorials](https://testsigma.com/tutorials/) to explore more.
+## Support & Troubleshooting
+- π¬ [Join our Discord](https://discord.com/invite/5caWS7R6QX)
+- π [Read our Docs](https://testsigma.com/docs/)
+- π [Report Issues](https://github.com/testsigmahq/testsigma/issues)
+- πΎ [Community Forum](https://github.com/testsigmahq/testsigma/discussions)
+- π¬ [Live Chat](https://testsigma.com/)
-## **Roadmap**
+Please review our [Code of Conduct](CODE_OF_CONDUCT.md) and [Security Policy](SECURITY.md).
-Check out our [roadmap](https://testsigma.com/docs/product-updates/roadmap/) to see what we are or will be working on.
+## Join Our Community
-## **Support & Troubleshooting**
+Engage with testers, developers, and automation architects worldwide. Join the [Testsigma Community on Discord](https://discord.com/invite/5caWS7R6QX).
-The documentation and community will help you troubleshoot most issues. If you have encountered a bug, you can contact us using one of the following channels:
+## Stay Up to Date
-- π¬ Support & feedback: [Discord](https://discord.com/invite/5caWS7R6QX)
-- :books: Find a solution in our [Documentation](https://testsigma.com/docs/)
-- :bug: Issue & bug tracking: [GitHub issues](https://github.com/testsigmahq/testsigma/issues)
-- πΎ Ask for help on our [Forum](https://github.com/testsigmahq/testsigma/discussions)
-- π¬ Talk to us on our [website chat](https://testsigma.com/)
+Sign up for our [monthly newsletter](https://testsigma.com/whats-new) to get the latest updates.
-We are committed to fostering an open and welcoming environment in the community. Please see the [Code of Conduct](CODE_OF_CONDUCT.md).
+## Contribute
-If you want to report a security issue, please [read this](SECURITY.md).
-
-## **Join our community**
-
-Engage with test automation Architects, SDETs, Testers, and Developers around the world. Get the latest product updates. Discuss testing philosophies and more. Join the [Testsigma Community on Discord](https://discord.com/invite/5caWS7R6QX).
-
-
-## **Stay up to date**
-
-We release new features every month. Sign up for our newsletter by using the link below. We send newsletters only once a month.
-
-https://testsigma.com/whats-new
-
-
-## **Contribute**
-
-We love our contributors! If you'd like to contribute anything from a bug fix to a feature update, start here:
-
-- π Read our [Contribution Guide](CONTRIBUTING.md)
+We welcome contributions! Start here:
+- π [Contribution Guide](CONTRIBUTING.md)
- π§© [Set up your local environment](https://testsigma.com/docs/contributing/setup-dev-environment/)
-- πΎ Explore some [good first issues](https://github.com/testsigmahq/testsigma/issues)
-- π Read our [Code of Conduct](CODE_OF_CONDUCT.md)
-
-## **Launching Testsigma Rewards**
- Contributed to Testsigma? Here is a big thank you from our community to you.
- Claim your badge and showcase them with pride.
- Let us inspire more folks !
-
- 
- ### **[Claim Now!](https://aviyel.com/projects/50/testsigmahq/rewards)**
+- πΎ [Good first issues](https://github.com/testsigmahq/testsigma/issues)
+- π [Code of Conduct](CODE_OF_CONDUCT.md)
-## **License**
+## License
-Testsigma is available under the [Apache License 2.0](LICENSE) (Apache-2.0).
+Testsigma is available under the [Apache License 2.0](LICENSE).