You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -13,9 +13,10 @@ SquaredUp is the operational intelligence platform that enables data-driven IT a
13
13
SquaredUp has 60+ plugins out of the box. This repository contains all community-authored plugins and provides guidance on how to author your own plugin and submit it this repository.
14
14
15
15
### Reporting issues or feature requests
16
-
If you encounter a problem or have an idea on how to improve a _community-authored plugin_ you can raise an issue in this repository.
17
16
18
-
For issues/feature requests with _plugins authored by SquaredUp_ please use [Community Answers](https://community.squaredup.com) or contact our support team at support@squaredup.com
17
+
-**Community-authored plugins**: Raise issues or improvement ideas directly in this repo - [create a new issue](issues/new/choose)
18
+
-**SquaredUp-authored plugins**: Use [Community Answers](https://community.squaredup.com) or contact support@squaredup.com
19
+
-**The SquaredUp platform itself**: Use [Community Answers](https://community.squaredup.com) or contact support@squaredup.com
19
20
20
21
## What is a plugin?
21
22
Plugins are key components of SquaredUp. Each plugin defines how connect to and read data from a third-party system. A plugin typically includes:
@@ -25,11 +26,18 @@ Plugins are key components of SquaredUp. Each plugin defines how connect to and
25
26
***Out of the box dashboards** - useful dashboards to help users get started
26
27
***Index definition** - defines how SquaredUp indexes objects from a third-party system
27
28
28
-
## How do I use a plugin?
29
+
> [!TIP]
30
+
> We use the term `plugins` in code, while the UI refers to them as `data sources`.
31
+
32
+
[Learn more about plugins](https://docs.squaredup.com/features/connect-and-explore/plugins-and-data-sources)
33
+
34
+
## How do I use a data source?
29
35
- Sign up for an account at app.squaredup.com
30
36
- Browse to Data Sources -> +
31
-
- Select your desired plugin from our catalog
32
-
- Configure and add the plugin to get started
37
+
- Select your desired data source from our catalog
38
+
- Configure and add the data source to get started
39
+
40
+
[Learn more about adding a data source](https://docs.squaredup.com/first-steps/adding-a-data-source)
0 commit comments