Skip to content

Commit 1816fed

Browse files
committed
Adapted text in intro and changed som heading styles
1 parent 18b9ca1 commit 1816fed

2 files changed

Lines changed: 81 additions & 19 deletions

File tree

docs/intro.md

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,46 @@ sidebar_position: 1
44

55
# Introduction to Captide
66

7-
Captide allows developers to integrate powerful Q&A capabilities on over 750,000 SEC filings and earnings calls into their applications. With our specialized AI agent, you can provide your users with accurate, document-grounded financial insights through a simple API integration.
7+
Captide enables precise querying across over 750,000 SEC filings and earnings calls, offering best-in-class accuracy for financial analysis. It streamlines data extraction, investment research, and document review—accessible through a user-friendly interface at app.captide.co or directly via API.
88

9-
## What is Captide?
9+
This documentation is your guide to integrating the Captide API and leveraging our specialized AI agent, built to deliver accurate, document-grounded financial insights in response to natural language queries. The AI scans thousands of filings to surface the most relevant answers, currently supporting SEC-related content and international companies listed with the SEC. Our coverage is rapidly expanding to new regions and document types.
1010

11-
Captide is both a platform used by financial analysts from major companies like J.P. Morgan, Goldman Sachs, and UBS, as well as an AI-agent-as-a-service (AaaS). Our specialized AI agent sifts through thousands of financial documents for you. Currently, we handle SEC-related questions and international companies listed with the SEC, with rapidly expanding coverage planned for additional regions and document types.
11+
## Core Functionalities
1212

13-
## Core Features
13+
- Extract structured or unstructured insights from disclosures of publicly listed companies.
14+
- Seamlessly compare and consolidate information across multiple sources and entities.
15+
- Audit any metric or insight with traceable source links for full transparency and context.
16+
- Build custom datasets, peer benchmarks, insight trackers, and more.
1417

15-
- **REST API**: Two main endpoints to fit your needs:
16-
- Document snippets endpoint: Receive an array of relevant document snippets with metadata to answer user questions
17-
- Streaming endpoint: Get real-time AI-generated answers via SSE (Server Sent Events)
18-
19-
- **Source Linking**: Enable citations that link directly to the relevant parts of source documents
18+
## Core Components
2019

21-
- **JavaScript/TypeScript SDK**: Easily embed document viewers and other components into your application's frontend
20+
- **REST API**:
21+
- **Document Snippets Endpoint**: Retrieve relevant document excerpts and metadata tailored to user queries.
22+
- **Streaming Endpoint**: Receive real-time, AI-generated answers via Server-Sent Events (SSE).
23+
24+
- **Source Linking**: Automatically generate citations that link directly to original document passages.
25+
26+
- **JavaScript/TypeScript SDK**: Quickly integrate Captide components—like document viewers—into your frontend application.
2227

2328
## Getting Started
2429

25-
To start using Captide, you'll need to:
30+
To begin using Captide:
2631

27-
1. Obtain an API key from [our dashboard](https://app.captide.co/api-dashboard)
32+
1. [Get your API key](https://app.captide.co/api-dashboard)
2833
2. Follow our [Quickstart Guide](./quickstart)
34+
3. For production deployment, [contact our sales team](mailto:sales@captide.co) to obtain a license
2935

3036
## Contact Us
3137

32-
**Ready to enhance your application with financial document intelligence?**
38+
**Looking to enhance your application with cutting-edge financial document intelligence?**
3339

34-
[Book a demo with our team](https://www.captide.co/demo) to discuss your specific needs and use cases.
40+
[Book a demo](https://www.captide.co/demo) to explore how Captide can support your unique workflows and goals.
3541

3642
## Coming Soon
3743

38-
- **Self-hosting solution**: Our agentic backend will be available for self-hosting (currently in private beta)
39-
- **International coverage**: Expanding beyond SEC documents (currently in private beta)
40-
- **MCP Integration**: Connect via Model Context Protocol
41-
- **A2A Protocol**: Support for Agent to Agent Protocol
44+
- **Self-Hosting**: Deploy Captide’s agentic backend in your own infrastructure (currently in private beta)
45+
- **International Expansion**: Extended support beyond SEC filings (currently in private beta)
46+
- **MCP Integration**: Connect via the Model Context Protocol
47+
- **A2A Protocol**: Inter-agent communication support through Agent-to-Agent Protocol
4248

43-
Interested in our upcoming features? [Contact our sales team](https://www.captide.co/demo) for early access.
49+
Want early access to upcoming features? [Get in touch with our team](https://www.captide.co/demo).

src/css/custom.css

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,59 @@
2828
--ifm-color-primary-lightest: #c7cfd9;
2929
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
3030
}
31+
32+
.navbar__link--active {
33+
color: var(--openapi-monaco-background-color-dark)!important;
34+
}
35+
36+
.navbar__link {
37+
color: var(--ifm-color-primary-lightest);
38+
}
39+
40+
/* Header styles */
41+
h1 {
42+
font-size: 2rem;
43+
font-weight: 650;
44+
margin-bottom: 1rem!important;
45+
}
46+
47+
h2 {
48+
font-size: 1.5rem;
49+
font-weight: 650;
50+
margin-top: 2rem!important;
51+
margin-bottom: 1rem!important;
52+
}
53+
54+
h3 {
55+
font-size: 1rem;
56+
font-weight: 650;
57+
}
58+
59+
p {
60+
font-size: 1rem;
61+
line-height: 1.6;
62+
margin-top: 0.5rem!important;
63+
margin-bottom: 0.5rem!important;
64+
}
65+
66+
li {
67+
font-size: 1rem;
68+
line-height: 1.6;
69+
margin-top: 0.5rem!important;
70+
margin-bottom: 0.5rem!important;
71+
}
72+
73+
ol {
74+
margin-top: 0.5rem!important;
75+
margin-bottom: 0.5rem!important;
76+
padding-left: 2rem;
77+
}
78+
79+
ul{
80+
margin-top: 0.5rem!important;
81+
margin-bottom: 0.5rem!important;
82+
padding-left: 2rem;
83+
}
84+
.menu__link {
85+
font-size: 1rem;
86+
}

0 commit comments

Comments
 (0)