import { ExclamationTriangle } from "react-bootstrap-icons"; import "../../styles/howTo-page.scss"; export const Steps = () => (

Generate Discovery Responses

CREATE THE CASE: Click “Cases” in the top navigation bar to go to the Case View. Click “Create New Case” (lower right button) to surface the Create Case Modal. Follow prompts to enter relevant information. You will end with the Case's Details View. Click “Upload Document”.
UPLOAD YOUR DOCUMENT: You will now see the Document Upload Modal. Enter the discovery request's title, i.e. “Defendant’s Interrogatories,” and (optionally) the date served. Drag and drop, or click to select. {" "} Then Click{" "} “Upload”.
Parsing the document for language processing usually takes fewer than 2 minutes, but be patient - it may take up to 5.
GENERATE THE RESPONSE: From the Document List View, click the “Generate Responses'' button. Novdraft’s Intellidraft AI will generate the response and automatically navigate to the interactive Document Editor. Novos: This feature controls the depth of factual inferences AI will make in articulating arguments; modulated through a CRAC-based CoT prompt sequence. It is distinct from the so-called LLM 'temperature' parameter.
DOWNLOAD YOUR RESPONSE DOCUMENT: Click the “Create .Docx' button to download your fully-formatted, ready-to-serve response.
Pro tip: Once you've created the case, skip step one - search for the case by entering the case number in the search bar on your Dashboard, click "Express Document Upload" and follow the prompts.
); export const OutgoingSteps = () => (

Generate Discovery Requests

If you have not yet done so, follow the steps described above in "CREATE THE CASE". From the Case Details view, click the "Upload Document" button to surface the document upload modal.
UPLOAD THE COMPLAINT: Drag and drop, or click and select the Complaint .pdf from your files. Be sure to select "Complaint" in the document type section (see image right).
GENERATE THE RESPONSE: Click "Upload." Novdraft’s Intellidraft AI will generate the response. When complete, you will be taken to the Document Editor where you may edit and download the response in .docx format.
Novodraft currently supports generation of combined interrogatories and requests for production. Additional request types (i.e. admissions), features and request generation configurations are launching each month.
DOWNLOAD YOUR RESPONSE DOCUMENT: Click the “Create .Docx' button to download your fully-formatted, ready-to-serve response.
);